Hi, I guess I am one of the newest newbies you'll ever meet! I am trying to write php to process a form and store the info in a database. I keep getting Parse errors and sometimes there is nothing even written on that line! I'm getting confused. I have a script although not a good one. I don't want it done for me but I would like some help.
Post you code so that we will know what you did wrong. We will also explain why is it wrong and give you details on the changes to made. Cause without the code, i will not be able to help, since i dont know the root of the error.
Well, what specific error are you getting right now? In most cases, the parse errors are caused by an error on a line just above the one it tells you. PHP just doesn't see it as an error until it gets to the other line....