This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by kakawajazz
about 11 years

PHP Notice: Use of undefined constant php

My code:

<!DOCTYPE html>
<html>
    <head>
        <title>Oh No!</title>
    </head>
    <body>
        <p><?php
            echo "Oh, the humanity!";
          ?></p>
    </body>
</html>

Result: PHP Notice: Use of undefined constant php - assumed ‘php’ in /root/adapter/runners/runner.php(47) : eval()’d code on line 8 PHP Parse error: syntax error, unexpected ‘;’ in /root/adapter/runners/runner.php(47) : eval()’d code on line 8 PHP Parse error: syntax error, unexpected ‘;’ in /root/adapter/runners/runner.php(47) : eval()’d code on line 8

Answer 513a25be897ef4028800190c

2 votes

Permalink

Finally, Cmd+R and resubmit helps me.

points
Submitted by kakawajazz
about 11 years

2 comments

dugandesign about 11 years

Ctrl+R and resubmit for Windows users. This fixed the error for me as well. Thanks!

Olena about 9 years

Thank you!