
May 26th, 2004, 07:36 PM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
PHP Setup on linux problem
Hi there.I've got a problem with my configuration on linux. I have succesfully install apache, php and mysql but i have a prob. When i am writing code in php my browser shows nothing.
PHP Code:
<html>
<body>
<?php
echo "Hi";
?>
</body>
</html>
This code suppose that it shows the message Hi.But nothing in my Netscape. Instead of Windows OS that i have no prob with php. Plz help...what am i doing wrong?
|