I'd use var inclusions like this;
VALUES ('" . $_POST['Name'] . "',
that might help you
// -----Original Message-----
// From: Shoulder to Shoulder Farm [mailto:[EMAIL PROTECTED]]
// Sent: Monday, 2 September 2002 11:42 AM
// To: PHP Database List
// Subject: [PHP-DB] What's wrong with this code?
//
//
// Hi all, I'm running PHP4. What's wrong with this code:
//
// <?
//
// $db = mysql_connect("localhost", "Taj", "passwordhere");
//
// mysql_select_db("s2s",$db);
//
// mysql_query("INSERT INTO prod VALUES ( 'Name', 'ShortDesc',
// 'LongDesc',
// 'PriceOZ', 'PriceLB', 'URLOZ', 'URLLB', 'IMG') VALUES
// ('$_POST[Name]',
// '$_POST[ShortDesc]', '$_POST[LongDesc], '$POST[PriceOZ',
// '$_POST[PriceLB]', '$_POST[URLOZ]', '$_POST[URLLB], '$_POST[IMG]');")
//
// ?>
//
// This will wrap, but, it should work.
//
// TIA, Taj
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, visit: http://www.php.net/unsub.php
//
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php