removing RTF php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alex2000
Forum Newbie
Posts: 2
Joined: Sat Jan 09, 2010 7:23 pm

removing RTF php page

Post by alex2000 »

HI guys,

I'am creating a site through an apache server but when i display every site iam getting these RTF codes on my webpages.

Does anyone know how to remove these?

example:

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20\par {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 \par \par Home - \par About Us - \par Links - \par Contact Us
\par } �\par

This is my home page
\par \par } �
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: removing RTF php page

Post by requinix »

Don't save your stuff in RTF, maybe?
alex2000
Forum Newbie
Posts: 2
Joined: Sat Jan 09, 2010 7:23 pm

Re: removing RTF php page

Post by alex2000 »

ahh, didnt notice wordpad saves evrything in RTF.
I will give it a shot.

Thanks for your help
Post Reply