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

Reply via email to