simple php script

Posted by Nerdysyntax on Stack Overflow See other posts from Stack Overflow or by Nerdysyntax
Published on 2012-06-10T22:29:37Z Indexed on 2012/06/10 22:40 UTC
Read the original article Hit count: 150

Filed under:

New to php and taking a class for it. Bought php6 and mysql 6 bible to get started. Of course the hello world script is the first you get and it doesn't show. It just reads part of my script and I'm not sure the problem. Link to test - http://harden6615.com/

I am using a hosted server I bought for class, but I have also check it using MAMP. I figured my script is wrong, but I have copied and pasted and still no Hello World. Any suggestions?

What I copied:

<?php
print("Hello, World<BR />\n");
phpinfo();
?>

© Stack Overflow or respective owner

Related posts about php