Hi have been trying to set up this log-on system.
http://www.free2code.net/plugins/art...read.php?id=99
installed pear seems ok lots of folders and files including the DB.php file mentioned in the db_connect.php
PHP Code:
<?php
//require the PEAR::DB classes.
require_once '../pear/PEAR/DB.php' ;
?>
was not sure about the notation of the require_once should it have brackets require_once ('../pear/PEAR/DB.php') ;
THE MAIN PROBLEM is that
I get the error message
Fatal error: Call to undefined function: assertextension() in /usr/lib/php/DB/mysql.php on line 114
can anyone tell me where I am going wrong if you need more info just ask as I got stumped at this point after If this is not clear please ask.
if you know of an easier log-on system that has details stored encrypted on the database and uses encrypted sessions then please tell me as well.
Last edited by qnc; 04-12-2005 at 12:05 PM..
|