PHP script NOT working in Apache/Firefox
Posted: Wed Sep 05, 2007 11:02 am
Hi
OS : Linux ( Xandros -> Debian )
Webserver : Apache/1.3.33 (Debian GNU/Linux)
Web-browser : Firefox 1.5.0.5
A simple PHP script doesn't work !!
When invoked in firefox browser: http://localhost/php1.php
its didn't execute but just provides two options ( radio buttons): "Open with " and "Save To Disk"
Following is the php1.php script
<?php
echo "This is PHP script in Apache/Firefox !";
?>
I had modified the script as follows
-----------------------------------------
<html>
<head>
<title>A simple PHP script </title>
</head>
<body>
<b>
<?php
echo "This is PHP script in Apache/Firefox !";
?>
</b>
</body>
</html>
Again it didn't execute but provides those 2 options "Open with " and "Save To Disk" !!!!
univken
OS : Linux ( Xandros -> Debian )
Webserver : Apache/1.3.33 (Debian GNU/Linux)
Web-browser : Firefox 1.5.0.5
A simple PHP script doesn't work !!
When invoked in firefox browser: http://localhost/php1.php
its didn't execute but just provides two options ( radio buttons): "Open with " and "Save To Disk"
Following is the php1.php script
<?php
echo "This is PHP script in Apache/Firefox !";
?>
I had modified the script as follows
-----------------------------------------
<html>
<head>
<title>A simple PHP script </title>
</head>
<body>
<b>
<?php
echo "This is PHP script in Apache/Firefox !";
?>
</b>
</body>
</html>
Again it didn't execute but provides those 2 options "Open with " and "Save To Disk" !!!!
univken