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

Reply via email to