Help me please! I am a complete newbie to PHP and have just tried my first script:
<HEAD>
<TITLE>PHP Test</TITLE>
</HEAD>
<BODY>
<?php phpinfo(); ?>
</BODY>
When I run it after uploading to my server which is PHP enabled I get a message:
An error occurred while serving this page. The error was "NO_LOCK"
What does this mean? What am I doing wrong?
I would be grateful for any assistance anyone can give me.