Hi 🙂
I'm currently using php to connect to a mysql server. Having done so, I was wondering if it was possible to set dynamic variable names, as these variables will be returned to my flash movie.
For example, I'd like the name point_<1,2,...,20>
So would it be possible to do
for($i = 1 ; $i <= 20 ; $i++) {
print ""point_"+$i = $row($i)";
}
sorry for the dodgy syntax, but I have no idea how to put it. I know that echo can also be used , so if it's not possible with print will it be possible with echo?
Thanks in advance