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 derfloh 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: Angua
  • Order by date
  1. Angua

    Page change dependent on result from sql

    Ok cool, yeah I want them to be redirected automatically so instead of else if ($result == password ){ <a href=&quot;menu.html&quot;></a> } I should use else if ($result == password ){ header(&quot;Location: menu.html&quot;); } Yes ?, Angua thanks for the really...
  2. Angua

    Page change dependent on result from sql

    Hey, My PHP isn't great, I need to preform a different task depending on the result of the sql query, I have..... for( p=0; p<3; p++) { <?php // Request the info $result = mysql_query(&quot;SELECT psword FROM db WHERE psword='password'&quot;); if (!$result) { echo(&quot;<P>Error...

Part and Inventory Search

Back
Top