I'm a newbie to PHP and am have problems getting simple PHP page
(php_test_page. php) to display correctly. The page is:
<html>
<body>
<H1>Test Line 1</h1>
<?PHP echo '<H1>Test Line 2</h1>'; ?>
</body>
</html>
Test Line 1 displays fine by not the PHP line. If I look at the source with
the browser (IE 6), the line is still there.
I'm not sure if the following is the problem. I might have two problems
here. However, my default web server is not running and I can't seem to
start it. The following is the scenario with XP Professional:
- Click Control Panel
- Click Performance and Maintenance
- Click Administrative Tools
- Double Click Computer Management
- Open Services and Applications
- Open Internet Information Services
- Open Web Sites
- The "Default Web Site" is has a red error sign is marked as
stopped. Clicking "Default Web Site" and click "Start" yield an error dialog
with the following message. "Unexpected error 0x8ffe2740 occurred."
(php_test_page. php) to display correctly. The page is:
<html>
<body>
<H1>Test Line 1</h1>
<?PHP echo '<H1>Test Line 2</h1>'; ?>
</body>
</html>
Test Line 1 displays fine by not the PHP line. If I look at the source with
the browser (IE 6), the line is still there.
I'm not sure if the following is the problem. I might have two problems
here. However, my default web server is not running and I can't seem to
start it. The following is the scenario with XP Professional:
- Click Control Panel
- Click Performance and Maintenance
- Click Administrative Tools
- Double Click Computer Management
- Open Services and Applications
- Open Internet Information Services
- Open Web Sites
- The "Default Web Site" is has a red error sign is marked as
stopped. Clicking "Default Web Site" and click "Start" yield an error dialog
with the following message. "Unexpected error 0x8ffe2740 occurred."
Comment