View Single Post
Old 02-21-2007, 07:45 PM   #2 (permalink)
StillwaterIT
 
True Techie

Join Date: Aug 2006

Posts: 176

StillwaterIT

Default

which mysql version are you using?

Try this:
------------------
$query = insert into books (cat1, cat2, cat3, cat4) values ('".$isbn."', '".$author."', '".$title."', '".$price."')";
------------------

where cat1 cat2, etc are the categories in the table you want to put your values.
StillwaterIT is offline