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]]
> >
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
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
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