===============END NEW
>> > CODE=
>> >
>> >
>> > - Original Message - From: "Stut" <[EMAIL PROTECTED]>
>> > To: "K.Hayes" <[EMAIL PROTECTED]>
>> > Cc: "php
rrors in
your php.ini file to make sure you are seeing at least errors and warnings.
-Stut
> ===END NEW
> CODE=
>
>
> - Original Message - From: "Stut" <[EMAIL PROTECTED]>
> To: "K.Hayes" <
" <[EMAIL PROTECTED]>
To: "K.Hayes" <[EMAIL PROTECTED]>
Cc: "php-general"
Sent: Saturday, June 02, 2007 9:52 PM
Subject: Re: [PHP] Cant set info in DB...HELP
Please include the list on all replies.
K.Hayes wrote:
I don't know if I'm escaping th
27;$sclZip', '$stoName', '$stoCity', '$stoState')";
mysqli_query($connection,$sql_query); ?>
===END NEW CODE=
- Original Message -
From: "Stut" <[EMAIL PROTECTED]>
To: &q
Please include the list on all replies.
K.Hayes wrote:
I don't know if I'm escaping the 'vars correctly'. If I'm wrong can you
give me an example?
$sql_query = "INSERT INTO contestants (conName, conAddress, conCity,
conState, conZip, conPhone, schName, schAddress, schCity, schState, schZip,
On Fri, June 1, 2007 10:52 pm, kvigor wrote:
> I'm using phpMyAdmin and I can't get any of my form data into the
> database.
> It returns message: "MySQL returned an empty result set" w/in
> phpMyAdmin
> GUI.
That might be normal...
If you are doing an INSERT, you won't have a result set returned
On 6/2/07, kvigor <[EMAIL PROTECTED]> wrote:
Hello,
I'm using phpMyAdmin and I can't get any of my form data into the database.
It returns message: "MySQL returned an empty result set" w/in phpMyAdmin
GUI.
However I get no errors on screen when form info is submitted.
What I have done to solve
kvigor wrote:
$insert_query = "INSERT INTO contestants (conName, conAddress, conCity,
conState,
conZip, conPhone, schName, schAddress, schCity, schState, schZip, strName,
strCity,
strState) VALUES('$regName', '$regAddress', '$regCity', '$regState',
'$regZip',
'$regPhone', '$sclName', '$sc
Hello,
I'm using phpMyAdmin and I can't get any of my form data into the database.
It returns message: "MySQL returned an empty result set" w/in phpMyAdmin
GUI.
However I get no errors on screen when form info is submitted.
What I have done to solve issue: drop DB and create new.
Review form v
9 matches
Mail list logo