Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Newbie Question
Newbie Question [message #539708] Sat, 12 June 2010 00:58
pcprogram is currently offline pcprogramFriend
Messages: 1
Registered: June 2010
Junior Member

I believe I am having an issue with my PHP library. I am just starting to learn PHP (have no prior experience except with a little HTML) and Eclipse (so this could be a ridiculously easy fix) but when I enter the following and then open it with Firefox the php is not recognized (or its end tag is not recognized).

<html>
<head>
<title>Bob's Auto Parts - Order Results</title>
</head>
<body>
<h1>Bob's Auto Parts</h1>
<h2>Order Results</h2>
<?php
echo "<p>Order processed.</p>";
?>
</body>
</html>

Opening this in Firefox will display the ";?> on the page.
Previous Topic:CGI Error with zenddebugger and eclipse PDT
Next Topic:can we run Eclipse Java and Eclipse PDT together?
Goto Forum:
  


Current Time: Thu Apr 25 16:39:58 GMT 2024

Powered by FUDForum. Page generated in 0.03139 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top