Hi there,
I am trying to change var names like so:
for ($i = 0; $i < $noOfShows; $i++)
{
$varname$i;
}
So that $varname, becomes $varname1, $varname2 etc etc.
I think it's something to do with eval() but I can't figure it out. Any help much appreciated!
Cheers,
Mike