Search found 2 matches

by drummer87
Wed Jun 22, 2005 11:36 pm
Forum: Databases
Topic: mysql insert statement
Replies: 4
Views: 400

Update.. thanks for your reply.. but i found that desc is actually a reserved keyword for MySQL so it was getting it's knikkers in a knot. Changed the table and all is fixed :D
by drummer87
Wed Jun 22, 2005 11:09 pm
Forum: Databases
Topic: mysql insert statement
Replies: 4
Views: 400

mysql insert statement

Hi all, I'm having trouble inserting data into a table in my mysql database. I've ben trying for over an hour to get it to work and have no idea why it isn't (I'm fairly new to PHP and SQL). Here's my code: <?php include ( "dbconnect.php" ); if ( ($_FILES['fupload']['type'] == "image/...