Insert record in mysql

This is a discussion on "Insert record in mysql" within the Databases section. This forum, and the thread "Insert record in mysql are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 23rd, 2005, 17:34
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Insert record in mysql

Hi, im trying to insert a record into a database - ive done this before but I can't spot what ive done wrong with the code im using and its not inserting the record.

@mysql_select_db($database) or die( "Unable to select database");
mysql_query($query);
$query = "INSERT INTO table1 VALUES ('$one','$two','','$three','$four','$five','$six', '$seven','$eight','$nine','$ten')";

mysql_close();

if anyone can spot the error it would be much appreciated - I've checked that the variables are being set correctly

**Sorted it now (lol put mysql_query......... before $query.....)

Last edited by djme; Dec 23rd, 2005 at 19:34.
Reply With Quote

  #2 (permalink)  
Old Dec 24th, 2005, 01:42
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Insert record in mysql

haha easily done
Reply With Quote
Reply

Tags
insert, record, mysql

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Asp.net insert to mysql problem boyindie ASP.NET Forum 1 Aug 24th, 2007 02:00
updating mysql record djme Databases 4 Jan 4th, 2006 23:09
insert record accessman Databases 1 Oct 15th, 2005 01:12
Insert Record redkyna Classic ASP 11 Aug 25th, 2004 22:46
how to quickly insert a record gab Classic ASP 5 Oct 31st, 2003 18:28


All times are GMT. The time now is 07:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43