
December 23rd, 1999, 03:02 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
open a temporary file and spool the file with the tags into that file, line by line.
Before you write the line back into the temp file you use the strip_tags() function, this strips off all the tags in the string that you pass to it.
For a description of the strip_tags() function go to :
http://www.php.net/manual/function.strip-tags.php3
|