| Sign In/My Account | View Cart |
| Article: |
Apache Web Serving with Jaguar, Part 3 | |
| Subject: | nothing shows up | |
| Date: | 2003-04-30 18:55:30 | |
| From: | anonymous2 | |
| when i try the <phpinfo?> thing with IE i get nothing. it just says "getting info for index.php" in the status bar for all eternity. have i done something horribly wrong? | ||
Showing messages 1 through 2 of 2.
<html>
<head>
<title>test php</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>