Error Help

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
DanFTW
Forum Newbie
Posts: 4
Joined: Thu Apr 03, 2008 6:36 pm

Error Help

Post 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:
DanFTW
Forum Newbie
Posts: 4
Joined: Thu Apr 03, 2008 6:36 pm

Re: Error Help

Post by DanFTW »

BUMP
DanFTW
Forum Newbie
Posts: 4
Joined: Thu Apr 03, 2008 6:36 pm

Re: Error Help

Post by DanFTW »

Meh, w/e lol, thanks for allt he help though!!!!!!!!!!!!!!!!!!!!!
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: Error Help

Post by it2051229 »

Did you modify the settings of your WAMP???
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Re: Error Help

Post 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.
Post Reply