Re: [PHP] using a variable stored in a variable.

2002-06-18 Thread Lowell Allen

 From: Renaldo De Silva [EMAIL PROTECTED]
 
 how can i use a variable stored in a vaiable in a if statement?
 
Check the manual info on variable variables:

http://www.php.net/manual/en/language.variables.variable.php

--
Lowell Allen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] using a variable stored in a variable.

2002-06-18 Thread Pradeep Dsouza

$var1 = Names;
$var2 = $var1;

Pradeep Dsouza

Naharonline.com


- Original Message - 
From: Renaldo De Silva [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 19, 2002 4:14 AM
Subject: [PHP] using a variable stored in a variable.


 how can i use a variable stored in a vaiable in a if statement?
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php