RE: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Richard Lynch
Chris W. Parker wrote: > Ford, Mike > on Wednesday, December 08, 2004 5:18 AM said: > >>> $sql = "INSERT INTO testTable values ('', '$_POST[testField]')"; >>> >>> should be >>> >>> $var = $_POST["testField"]; >>> $sql = "INSERT INTO testTable values ('', '$var')"; >>

Re: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Richard Lynch
Mecnun wrote: > I'm usin php, apache and mysql on my computer. I have run some scripts. so > i'm sure i installed them correctly. One of my script don't run properly, > also it doesnt give error. > I'm trying to send some data to my database by using a form. The database > can get the auto incremen

RE: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 08 December 2004 16:58, Chris W. Parker wrote: > Ford, Mike > on Wednesday, December 08, 2004 5:18 AM said: > > > > $sql = "INSERT INTO testTable

RE: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Chris W. Parker
Ford, Mike on Wednesday, December 08, 2004 5:18 AM said: >> $sql = "INSERT INTO testTable values ('', '$_POST[testField]')"; >> >> should be >> >> $var = $_POST["testField"]; >> $sql = "INSERT INTO testTable values ('', '$var')"; > > Nope -- the original is functi

RE: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 08 December 2004 11:29, Sagar C Nannapaneni wrote: > $sql = "INSERT INTO testTable values ('', '$_POST[testField]')"; > > should be > > $var = $_POST["testField"]; > $sql = "IN

Re: [PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Sagar C Nannapaneni
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 4:23 PM Subject: [PHP] i'm beginner and i couldn't solve the problem > I'm usin php, apache and mysql on my computer. I have run some scripts. so i'm sure i installed them correctly. One o

[PHP] i'm beginner and i couldn't solve the problem

2004-12-08 Thread Mecnun
I'm usin php, apache and mysql on my computer. I have run some scripts. so i'm sure i installed them correctly. One of my script don't run properly, also it doesnt give error. I'm trying to send some data to my database by using a form. The database can get the auto incremented number but doesn