Stupidly, I developed a site, then decided to add functionality from PHPLIB.
I've got the basic session tracking ported across, and am converting all my links to include the session variable using the $sess->purl($url) function.... except it isn't working.
I get this error outputted:
Fatal error: Call to a member function on a non-object in /www/test/content.php3 on line 129
Line 129:
<a href="<?$sess->purl($url);?>">Link</a>
prepend.php3 is included correctly, as is everything else I think I need... any suggestions?
Thanks!