Ok I am trying to create a variable from the value of a variable plus some
extra text tagged on the end of it.

So for example:

$test = '_over';
$$CONFIG['island'].$test = 'testing';
echo "hawaii = $hawaii_over";

How can I do this? Im sure it's possible, but it just is not working for me
:(

Thanks!

Rick

"Trust in the Lord with all your heart, And lean not on your own
understanding; In all your ways acknowledge Him, And he shall direct your
paths." - Proverbs 3:5-6

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

Reply via email to