--- Jay Blanchard
<[EMAIL PROTECTED]> wrote:

> [snip]
> May I ask why you are suggesting this function ?
> 
> > You can use htmlentities() on the information
> placed
> [/snip]
> 
> Because it will convert things like quotes into
> their HTML counterparts
> before you place them into the table.

I'm still a bit fuzzy on how to write it out.

So if field is labelled f5
Then I'm doing a $_SESSION['f5'] = $_POST['MyText'];
then I think it would be 
$f5 = htmlentities($f5, ENT_QUOTES);

insert $f5 into database ?

Thanks
Stuart

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

Reply via email to