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 Mike Lewis 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. frankalbers

    HTML forms /MySQL

    Hello there and Happy New Year! I'm trying to write some code in PHP that should put several sets of data from one HTML form into a MySQL database. It works pefectly fine when I do it with one set but I do not know how to do it with multiple ones. My code for the single set entry: $query =...
  2. frankalbers

    Why is this not working?

    Can somebody tell me why this does not put data in mySQL table? <?php $db = mysql_connect(&quot;db.cupbase.f2s.com:3306&quot;,&quot;username&quot;,&quot;password&quot;) or die (&quot;Could not connect to database&quot;); mysql_select_db...
  3. frankalbers

    Why is this not working?

    Can somebody tell me why this does not put data in mySQL table? <?php $db = mysql_connect(&quot;db.cupbase.f2s.com:3306&quot;,&quot;username&quot;,&quot;password&quot;) or die (&quot;Could not connect to database&quot;); mysql_select_db...

Part and Inventory Search

Back
Top