|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-27 08:41 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 21:00:02 2025 UTC |
<? include( "db_mysql.inc" ); class DB_Ads extends DB_Sql { var $Host = $GLOBALS["CF"]["MYSQL_SERVER"]; var $User = $GLOBALS["CF"]["MYSQL_USER_NAME"]; var $Password = $GLOBALS["CF"]["MYSQL_PASSWORD"]; var $Database = "phpads"; } ?> the "db_mysql.inc" contains the class "DB_Sql". This above script doesn't give any problem in php-3.0.9 where as in php-4.0.1pl2 it say's "Parse error: parse error in test.php on line 5" ie It is not accepting the following line "var $Host = $GLOBALS["CF"]["MYSQL_SERVER"];" Can any body suggest what could be the problem... regards. siva