Jump to content
Larry Ullman's Book Forums

jlajax

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jlajax

  1. DOAH!!!! That was it. Too long reading and studying to see the nose on my face. Larry I want to thank you again for having a writing style that is both educational and easy to comprehend. You would not believe what you have enabled me to do already (well maybe you would it is your goal after all). I look forward to owning all of your books as related to php SQL and Java. The quality of my services has increased one hundred fold in the last few days my thanks to you for pulling together the pieces!
  2. Greetings, I am having an issue with script 8.9 and 8.10 PHP for the web 4th edition. The form is not completing the registration, The information is in the form and I can print it out however I still get the error message and the form does not process. I have comared the code with the example code for the book and I am at a loss. I am thinking I am going to go do something else for a while nd come back to it. I am certain it must be me but I'll be hanged if I can figure it out. This is where I think I have an error that I can't seem to determine: // qualify print statement and print // if there were not any problems if (!problem) { // opening no problem curly // print no problem statement echo '<p> Well if looks like you can fill out a form without too many errors not bad</p>'."\n"; // clear posted values $POST = array(); // closing no problem curly } else { // opening problem curly echo '<p class="error">What a simpleton you can not even complete a simple form go back and try again.</p>'."\n"; } // closing problem curly // end qualify print I notice that when I submit the information remains available. Isn't it supposed to clear as it is passed? I been staring at it for to long and need to take a break. Hopefully you can point me in the right direction.
  3. Greetings while goofing around with script 5.4 I had an interesting result no errors were reported. I typed in an incomplete URL <a href="http://www.somedomain.com and the results were interesting I got a link to no where in the response. The sentence outside of the php code is a proper html paragraph and worked fine until I got this. I believe it worked as it should for my other tests. Comments?
  4. I simply dropped by to tell you I've had PHP for the Web 4th edition for three days and it's already been an eye opener. I don't remember all the books I have started on PHP. I have found one I will finish to be sure. VERY HELPFUL oops sorry didn't mean to shout. You truly have turned geek into English in a logical easy to read and comprehend manner.
×
×
  • Create New...