in response from debugger?
in response from debugger?
First a salute to the Debugger. What an excellent tool. Well done.
Does anyone know what <anonymous> means?
Uncaught ReferenceError: session_start is not defined
at <anonymous>:1:1
(anonym) @ VM73:1
https://www.plearn.it/test/Editor/examples/cha_html/test.php
This question has accepted answers - jump to:
Answers
<anonymous>
in this context is an anonymous function.I'm not seeing that anywhere on your page?
session_start
is a PHP function.Allan
Thanks for the kind words. When do you see that message? If I load that page, and paste:
into the browser, the debugger loads as expected.
Colin
Hi Colin and Allan
So embarrassing. Simply copied the wrong code into the console. No worries. Thanks for your help.
Best regards
Claus