Hi everyone.
Puzzled by this:
require($_SESSION['index'])->getmain();
doesn't produce any result where as require "loginform.inc"
produces the desired result. The session object fucntion getmain()returns the exact same content when echoed as the string "loginform.inc" .
I have tried with require_once(), include(), include_once(), no luck.
'index' is the name of my "page" object and is registered and all and the same function will echo properly but will not work with require. Has anyboby experienced this B4?
TUVM