Re: [PHP] Cant set info in DB...HELP

2007-06-03 Thread kvigor
===============END NEW >> > CODE= >> > >> > >> > - Original Message - From: "Stut" <[EMAIL PROTECTED]> >> > To: "K.Hayes" <[EMAIL PROTECTED]> >> > Cc: "php

Re: [PHP] Cant set info in DB...HELP

2007-06-03 Thread Tijnema
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" <

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread Stut
" <[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

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread K. Hayes
27;$sclZip', '$stoName', '$stoCity', '$stoState')"; mysqli_query($connection,$sql_query); ?> ===END NEW CODE= - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: &q

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread Stut
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,

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread Richard Lynch
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

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread Tijnema
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

Re: [PHP] Cant set info in DB...HELP

2007-06-01 Thread Stut
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

[PHP] Cant set info in DB...HELP

2007-06-01 Thread kvigor
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