[PHP] help variables !

2002-11-14 Thread John Fishworld
Hi,

I've got some variable variables which i need to check that they are not the
same !
There can be up to 9 of them !

for ($i = 1; $i = $city_only_one; $i++) {
$citydb = stellen_city_.$i ;
$new_city_db.$i = $$citydb;
 }


Any help appreciated
thanks



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




[PHP] Help - Variables

2002-03-15 Thread BUDINSCHI Cosmin


Could smbdy please help me


I have  a variable with the name 
$name(=the_name_of_the_variable)

and I want to know if $the_name_of_the_variable
is set.


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




[PHP] help variables ..

2001-05-03 Thread exodus

ok here is the problem.. im trying to create a php script that parses some
info throws it into a database.. simple enough.
now the program im getting the info from stores stuff in a flat file like so

$VictimNumber1 = nickhere;
$VictimNamenickhere = 2;

now what i want to do is to do something like this
$victimname['$victimenumber1']  so it would return $victimnamenickhere

is this at all possible ??
oh yes if you cant tell already i am a newbie ;D





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]