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. MikeHayes85

    INSERT INTO (table) SET .....

    Hi all. Many thenks for all the help and suggestions but the problem was at the providers end. There system allowed me to connect but not to update. Solved now but what a bummer. Btw the coding as I wrote works. Thanks again. Mike
  2. MikeHayes85

    INSERT INTO (table) SET .....

    Thanks for the reply. I'm using MySql. Here's the complete module. <?php include("sales_includes/db.inc.php"); include("sales_includes/misc.inc"); $connection = mysql_connect($host,$user,$password) or die ("No connection"); $db = mysql_select_db($database,$connection)...
  3. MikeHayes85

    INSERT INTO (table) SET .....

    Just created a db with no problems but I cant insert any data. This code is not inserting into my db and I cannot find the reason. No errors messages are received. The connect info, password, name, etc., is all correct. I have tried other syntax versions but to no avail. $sql = " INSERT INTO...

Part and Inventory Search

Back
Top