Hello everyone
I may have post this before I'mm not sure so please forgive me if I already did.
PHP vers:4.1
I have an array that looks like this:
$str_array("paul","james","gil");
paul as well as the others will later be used as variables which will hold values.
how do I go about getting the array elements to be used
$paul and so on?.
I tried $newvar="$".$str_array[0];
instead it returns $paul as a string any help would be great.
Thanks.
gizzmo