Mikezile,
I'm a beginner, too. So, it's not certain as to whether I could find your problem even if I could see your code. One thing is for certain, no one will be able to help unless they can see your code.
On top of that, I'm not sure, but I don't think anyone wants to see three pages of code looking for your problem.
I'm sure your as frustrated as I am when you spend time typing the code from the book, if that's what your doing, and then getting nothing to work after several hours of trying to troubleshoot it. Here's a suggestion that has worked, a bit, for me.
I go into my faulty code and start commenting blocks of code out until I get a page to display in my browser. Sometimes I have to substitute an echo of "OK," "True" or "False"... or, possibly, a "$variable" that I suspect isn't being passed. But whatever, once I get something to display, I start adding snippets of code back into the page until I find the problem area.
If you try that, then you can submit just that part of your code.
Of course, you'll still be stuck hoping that someone will respond with a solution.
TG^2
|