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

2002-11-18 Thread toby z
hay zues try this insert into table values (" . $first. ", " . $last. " ); hope this works . good luck toby .. --- zeus <[EMAIL PROTECTED]> wrote: > I make register golbals on, but it doesn't solve the > problems. The wird > thing is, i am using php nuke in my localhost, it > can

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

2002-11-15 Thread zeus
I make register golbals on, but it doesn't solve the problems. The wird thing is, i am using php nuke in my localhost, it can enter datas into MySQL, the form and the script it's not diffrent than mine right (phpnuke more complex). The form it self don't have any errors?? and how about the PHP

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