Page 1 of 1

Error Help

Posted: Thu Apr 03, 2008 6:40 pm
by DanFTW
I'm using WAMP to view my PHP files, and I just tried the simplest one (I'm obviously a beginner :? ) and it showed up this on the page

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 \par \par \par \par \par

Test
\par \par \par } �

what I typed was

<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Test</p>'; ?>
</body>
</html>

Any help? :banghead:

Re: Error Help

Posted: Thu Apr 03, 2008 6:42 pm
by DanFTW
BUMP

Re: Error Help

Posted: Thu Apr 03, 2008 6:47 pm
by DanFTW
Meh, w/e lol, thanks for allt he help though!!!!!!!!!!!!!!!!!!!!!

Re: Error Help

Posted: Thu Apr 03, 2008 6:48 pm
by it2051229
Did you modify the settings of your WAMP???

Re: Error Help

Posted: Fri Apr 04, 2008 2:07 am
by Rovas
Make a new file in which you put phpinfo. It should show all the options and extensions that were installed. You might also check the documentation for WAMP for such an error.