Jump to content

scope help


ToonMariner

Recommended Posts

hi people,

small prob but annoying me lots.

Cut to the chase....

I instantiate a class...

$html = new page_Construct;

assign a propery...

$html->secure = 1;

now later in the script I include loginform.php from within the class $html.

before any other code in loginform.php i echo $html->secure

and get the following error:

Notice: Undefined variable: html in C:\Program Files\Apache Group\Apache2\htdocs\nas\admin\templates\loginform.php on line 3

Notice: Trying to get property of non-object in C:\Program Files\Apache Group\Apache2\htdocs\nas\admin\templates\loginform.php on line 3
The secure level in login form is:

prior to including loginform.php i can echo $html->secure successfully in the script that calls loginform.php

what am I doing wrong??????
Link to comment
https://forums.phpfreaks.com/topic/7704-scope-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.