Hi,
I just started learning php. I added this php code to my wwwroot folder, but nothing appears in my explorer. why?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<?php
$int1 = 523;
print( "test<br>");
?>
</body>
</html>
My print call inside php is not working. yes...a newbie ques
Moderator: General Moderators