Re: [PHP-WIN] problem insert data into mysql

2002-11-18 Thread toby z
7;varname'] for > >GET, $_POST['varname'] for POST, or > $_REQUEST['varname'] for Get/Post/Cookie > >(works for any of those). > > > >-Dash > > > >-Original Message- > >From: zeus [mailto:[EMAIL PROTECTED]] > >

Re: [PHP-WIN] problem insert data into mysql

2002-11-15 Thread zeus
me'] for GET, $_POST['varname'] for POST, or $_REQUEST['varname'] for Get/Post/Cookie (works for any of those). -Dash -Original Message- From: zeus [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 8:49 AM To: phpwin Subject: [PHP-WIN] problem insert da

Re: [PHP-WIN] problem insert data into mysql

2002-11-15 Thread Cary
I'm fairly new to PHP myslef, but I think you need to call the post variable from your form like this: $_POST["first"], $_POST["last"] etc At 10:48 AM 11/16/02, zeus wrote: I make this script. I have a problem, the data entered in the form wont insert into MYSQL, the database added new ro

[PHP-WIN] problem insert data into mysql

2002-11-15 Thread zeus
I make this script. I have a problem, the data entered in the form wont insert into MYSQL, the database added new row but with blank database. Is there something wrong with the script? because i install phpnuke and i can added new data into mysql. Thanks, i need solve this problem A.S.A.P, with