Thanks James:

  I had figured that part out (should of said so). What is happening is 
a form is passing the stuff to another page that does the DB UPDATE. The 
form action is
  <form name=\"cform\" method=\"post\" action=\"update.php\">.
Where I am lost is where to put the strip_tags() like 
action=strip_tages("update.php");

Gary


Yz James wrote:

> The easiest way would be to use strip_tags(), though you could craft your
> own regular expression.
> 
> http://www.php.net/strip_tags
> 
> James
> 
> "Gary" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 
>>Hello All,
>>  How would I strip all HTML before the info in inserted to MySQL? The
>>info is sent with a form. We Have one person that insist on using HTML.
>>
>>TIA
>>Gary
>>
>>
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to