Kalpesh - 2008-07-30 07:39:55
i try to run ez_demo.php but it gives me one notice and one fatal error.
notice is:Undefined variable: db in C:\Program Files\EasyPHP 2.0b1\www\mysqldb-2002-10-15\ez_demo.php on line 7
error:Call to a member function get_results() on a non-object in C:\Program Files\EasyPHP 2.0b1\www\mysqldb-2002-10-15\ez_demo.php on line 7.
i change the setting in ez_sql.php to
define("EZSQL_DB_USER", "root"); // <-- mysql db user
define("EZSQL_DB_PASSWORD", ""); // <-- mysql db password
define("EZSQL_DB_NAME", "test"); // <-- mysql db pname
define("EZSQL_DB_HOST", "localhost"); // <-- mysql server host
please help me