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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Janster

  1. Janster

    Why would this not work?

    Lets say that you're trying to send information like email to the .php-file. <input name="email" type="text" id="email"> I suppose you're using method="POST" in the form. In the .php file define this first: $email = $_POST['email']; if you're using method="GET" then do this: $email =...

Part and Inventory Search

Back
Top