Date: 07/13/00
- Next message: Allen Lee: "RE: [phplib] Encryption function"
- Previous message: Carl Youngblood: "RE: [phplib] Bug fixes for template.inc"
- Next in thread: Ignatius Teo: "Re: [phplib] Need help getting phplib-7.2b running"
- Reply: Ignatius Teo: "Re: [phplib] Need help getting phplib-7.2b running"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Allen Lee: "RE: [phplib] Encryption function"
- Previous message: Carl Youngblood: "RE: [phplib] Bug fixes for template.inc"
- Next in thread: Ignatius Teo: "Re: [phplib] Need help getting phplib-7.2b running"
- Reply: Ignatius Teo: "Re: [phplib] Need help getting phplib-7.2b running"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

