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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Dec 23rd, 2005, 18: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 20:34.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Dec 24th, 2005, 02: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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 03:00
updating mysql record djme Databases 4 Jan 5th, 2006 00:09
insert record accessman Databases 1 Oct 15th, 2005 02:12
Insert Record redkyna Classic ASP 11 Aug 25th, 2004 23:46
how to quickly insert a record gab Classic ASP 5 Oct 31st, 2003 19:28


All times are GMT. The time now is 01:16.


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