about the error in the code
Posted: Fri Jan 15, 2010 1:09 am
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<p>this is html line
<p>
<?php
echo "this is php line";
phpinfo();
?>
</body></html>
this my PHP script.
i have installed Apache web Server,Mysql 5.0,PHP 5.2.11,& Internet Explorer 6.0.But after deploying on web browser it shows only line this is html line.
please tell me what is error in the code?or it is necessary to install the lower version.
<head>
<title>PHP Test</title>
</head>
<body>
<p>this is html line
<p>
<?php
echo "this is php line";
phpinfo();
?>
</body></html>
this my PHP script.
i have installed Apache web Server,Mysql 5.0,PHP 5.2.11,& Internet Explorer 6.0.But after deploying on web browser it shows only line this is html line.
please tell me what is error in the code?or it is necessary to install the lower version.