How can i detect if some dynamic variable exists?
I was create some variables (reading array with each() function) like:
"Variable".$counter
on the next page I have to write all
"Variable".$counter variables.
How can I do that?
Tried with isset(), but its neverending loop.
Thanks