Topic: [SOLVED] Notice eval()'d code error
I know that you don't support help with extensions yet, but I really need help.
I can't seem to find out how to fix this problem with an extension that im working on.
Notice: Undefined index: page in C:\WebService\www\punbb-1.3-dev\index.php(30) : eval()'d code on line 6
<hook id="in_start">
<![CDATA[
if($_GET["page"] == 'test')
include('./extensions/test/test.php');
]]>
</hook>
It's the first time I try to build an extension so need some help please.
Please!