I have an array $veg that is set so $veg[0]="broccoi" & $veg[1]="tomatotes".
I have also assigned values to the variables $broccoli=1 and $tomatoes=2.
I want to print the values for those variables ($broccoli and $tomatoes) by
only using the $veg array.

So, if it worked it would be $$veg[0] would be 1, and $$veg[1] would be 2.

Is there anyway to do this?

Many thanks!

John McConnell
 


-- 
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]

Reply via email to