dear all,
My first code of PHP when I run from the browser gives me blank screen.
The code is
<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>
I am using apache server. Please tell what to do. Regards Abhijeet
what did you name this file? what extension did you use? have you configured apache to parse out files with that extension for PHP tags?