----- Original Message ----- 
From: "whoisquilty"

Robert - Your solutions all insert the name of the submit button rather than 
pass the form
data.

I've found that I have access to the ini file. But there is no entry for 
magic quotes. Is this
the best way to fix the problem? What do I need to add to do this?

Jeremy

------------------------------------

Hello Jeremy,
                    That sounds like a typo. I will run it in WAMP and check 
it.

I have assumed that you are using ...
<form method="post" ...

The "submit" element will be processed just as the other elements are but 
that shouldn't matter as the remaining code of yours won't try to add the 
"submit" value to the data base.

How are you accessing the form data ?

$x = $_POST[element name]
or
$x = $_SERVER['POST'][element name]

?? 

Reply via email to