[phplib] Need help getting phplib-7.2b running From: php (php <email protected>)
Date: 07/13/00

I get this error message when parsing index.php3

Parse error: parse error, expecting `OLD_FUNCTION' or `FUNCTION' or `VAR' or `'}'' in local.inc on line 13

This is the beginning of include dir: /php/local.inc

class DB_Example extends DB_Sql {
  var $Host = "localhost"; localhost (THIS IS LINE 13)
  var $Database = "example_database"; example_database
  var $User = "example_user"; example_user
  var $Password = "";
_________________

php3 is installed
mysql is running with the active_sessions db installed
am using auth_md5 for passwords

-- 
Gerald Howse
php <email protected>

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>