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
Moderator: General Moderators
Code: Select all
include('myfile.html');Maybe readfile() is what you're looking for.boom4x wrote: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.Code: Select all
include('myfile.html');
There's a setting for that in FCKeditorboom4x wrote:I am using the FCK Editor (WYSIWYG) and it keeps adding those tags to my files which is annoying.