Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. teksmile

    Form validation help

    sorry ..this is the whole code: this is the whole code: <?php function show_page($message=null, $sendSuccess=null) { header('Location: /thank-you'); } function error_bool($error, $field) { if($error[$field]) { print("class=\"error\""); } else {...
  2. teksmile

    Form validation help

    I tried your code..but no luck i still dont get the popup. What must be wrong????I am so confused
  3. teksmile

    Form validation help

    Hi there: I have this function which validates chosend fields from the form and gives the alert poop up box on submission listing which all fields were not filled. But for some reason...even after leaving al the fields blank..i am not getting any pop up box...here is my function: function...

Part and Inventory Search

Back
Top