Re: [PHP-DB] help with $_Get in form

2002-06-21 Thread Jeffrey_N_Dyke
The method is right, for your form, the problem is the lowercase $_get, I believe. use $_GET['formfield'] Jeff "Mike Germain"

RE: [PHP-DB] help with $_Get in form

2002-06-21 Thread Matt Babineau
Just from quickly looking you are trying to submit a form and grab the submitted value and stick it into the DB? If so try using METHOD="POST" on your form, and using the variable $_POST["form_field"] in the insert statement Matt Babineau MCWD / CCFD - e: