Jump to content
Larry Ullman's Book Forums

asinger777

Members
  • Posts

    1
  • Joined

  • Last visited

asinger777's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Great book. In the form examples throughout the book you recommend combining the form and validation and checking to see if the form has been submitted by using - if ($_SERVER['REQUEST_METHOD'] == 'POST') When I try that I get error messages telling me that the variables haven't been defined yet. That's because the form hasn't been submitted yet! I thought you said that the server function would just be empty if there was nothing to request (ie. before submission)? Am I missing something? Thanks, Arnie
×
×
  • Create New...