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 Rhinorhino 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 ejwf

  1. ejwf

    sessions ?

    I have a login form on the first page, from which I want to take the username and password and save them as session variables to take them forward from page to page. the part of my code that does this is ; if ($username && $password) // everything is OK { // query the database...
  2. ejwf

    Not INSERTing all results into database

    Can anyone help please...... on page 1. I have got a form that shows the result of a query and also has text boxes for users to add information. as a result of the query it is more than likely that there will be multiple rows to this table. on page 2. (process.php) I am trying to code...

Part and Inventory Search

Back
Top