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.
for ($i='A'; $i<='H'; $i++)
{
echo " \n";
}
?>
You can increment letters just as you do numbers. I never knew that!
A web site I'm building at the moment requires a dropdown box with the letters A-Z in. It just saves me a bit of time.
EDIT: By the way, does anyone here have any experience of PHP5 - specifically when used in conjunction with the MySQLi library - I couldn't get it to work, despite the library being loaded successfully, the PHP just wouldn't work.
Unless you were being sarcastic....
Thanks for making my life a better place to live.
for ($i='A'; $i<='H'; $i++)
{
echo " \n";
}
?>
You can increment letters just as you do numbers. I never knew that!