The following is in the code when I run php script <html> <body> <?php phpinfo(); ?> </body> </html>
The result is 4.2.3. Why? I maybe doing something wrong.
Log in to post a comment.
The following is in the code when I run php script
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
The result is 4.2.3. Why? I maybe doing something wrong.