The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
eg
index.php?img=0
I want img to go from 0 - 10. Any way to do this?
Thanks.
for ($i=0; $i<=10; $i++)
{ echo "index.php?img=".$i."\n"; }
?>
Is that what you mean?
eg
index.php?img=0
I want img to go from 0 - 10. Any way to do this?