RE: [PHP] strip_tags() problem

2002-04-04 Thread Rick Emery
you need to open and process yahoo with file statements, not include please read the PHP manual... -Original Message- From: Ryan Govostes [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:44 PM To: PHP People Subject: [PHP] strip_tags() problem The following simple code

RE: [PHP] strip_tags() problem

2002-04-04 Thread Rodolfo Gonzalez
-Original Message- From: Ryan Govostes [mailto:[EMAIL PROTECTED]] Subject: [PHP] strip_tags() problem I've tried several variations of the above, such as using preg_replace() instead of strip_tags() and readfile() instead of include(), but it does not work at all, no matter what.