Posted on Monday, January 10, 2005 10:32 PM
After finally getting PHP back on the server (due to spamming the free host I'm on had disabled automatic PHP, you had to request it from now on) I could start testing my rather long PHP script.
Hoping it would work, I gladly went to the order form and what happened ?
A blank page ...
That's not good news I thought ...
After posting on a professional PHP forum the though occured to me that one of my variables started with a number (but all variables in PHP start with the $ sign, so I didn't think it was wrong) - after doing some research on variables I saw that was the problem and fixed it.
My first "serious" PHP script is up and running - let's just hope there's more to come!