how to strip some html tags from a file before including it?
Posted: Wed Jan 03, 2007 11:56 am
Hello,
I know to include a file we use
Here is where im stuck: before file is displayed, it strips the following tags: <html> <head> <body> </body> </head> </html> out of the file.
I am using the FCK Editor (WYSIWYG) and it keeps adding those tags to my files which is annoying.
I thank anyone in advance that can help :D
I know to include a file we use
Code: Select all
include('myfile.html');I am using the FCK Editor (WYSIWYG) and it keeps adding those tags to my files which is annoying.
I thank anyone in advance that can help :D