Hello Dimitri,

Wednesday, December 3, 2003, 3:28:19 AM, you wrote:

DM> I'm sure this is an easy fix, but how do you either prevent users from being
DM> able to input " " in a field or make it so that it doesn't affect the code?

Assuming you mean the double quote marks, and not a blank space, use
the function htmlspecialchars() to convert the double quotes into PHP
and SQL friendly HTML entities.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to