Variable variables again!
Posted: Fri Apr 30, 2010 1:32 pm
I began programming in PHP 12 years ago and I just cannot get my head around variable variables:
Does anyone know why this is causing an error:
The variable names are toedit1, toedit2 etc!
Thanks,
Rob.
Does anyone know why this is causing an error:
Code: Select all
echo"$_GET[toedit{"${z}"}]";Thanks,
Rob.