Page 1 of 1

Cant run

Posted: Mon Jul 02, 2007 9:48 am
by phpcoder
Hi,
I have installed wamp I can see the initial page with everything running properly. But when I try to run the simple php file
<?php
echo ("Hi");
?>

I got some strange error.
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 \par } �



Plz help me
Thx

Posted: Mon Jul 02, 2007 9:50 am
by Gente
Where did you put your file?

Posted: Mon Jul 02, 2007 9:54 am
by miro_igov
Try to edit the php file with some plain text editor, like notepad.

Posted: Mon Jul 02, 2007 9:56 am
by Gente
miro_igov wrote:Try to edit the php file with some plain text editor, like notepad.
Hmm... You're right. Looks like RTF format.

Posted: Mon Jul 02, 2007 10:02 am
by phpcoder
Sorted it was because of RTF
Thanks