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 TouchToneTommy 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: *

  • Users: stealth71
  • Content: Threads
  • Order by date
  1. stealth71

    Passing variable to new page?

    Is there any way to pass variables to a new page without putting all of them in a query string? I have a large form that the user must fill out. Then I want to move the info into a format easier to read ie. without text boxes and have the user verify this info before it is submitted to the...
  2. stealth71

    How to link html <a> to PHP???

    I have a page for a mysql database that just lists everything in the database in a table. I want to be able to click on the column name and sort the table by that attribute. I know how to sort the database using mysql commands through PHP. The Problem is I don't know how to call the PHP...
  3. stealth71

    Keep form info from disappearing?

    I have a form on a page at the bottom I have a checkbox to agree to some rules before the info is submitted to the db. At the top in the <? I Check if submitted and then check the status of the checkbox. If the checkbox has been checked then it proceeds if not a javascript alert appears...
  4. stealth71

    Basic php? How to forward to new page?

    I have a form on a php page with a form: <form name="approve" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST"> I agree to the terms and conditions of this Agreement: <input type="checkbox" name="agree" value="ON"> <input type="submit" value="Submit">...

Part and Inventory Search

Back
Top