Re: [PHP-DB] multiple params in pg_prepare

2007-07-17 Thread Roberto Mansfield
How about combining your POINT() into one parameter: $result = pg_prepare($dbconn, "my_query", 'INSERT INTO gtest VALUES ($1,GeomFromText($2, 4326))'); $result = pg_execute($dbconn, "my_query", array("phptest", "POINT(23 24)")); Doris Lam wrote: > Nope, still doesn't work...for the moment

RE: [PHP-DB] MySQL user anHTACCESSusername not found?

2007-07-17 Thread Instruct ICC
From: "Instruct ICC" <[EMAIL PROTECTED]> Why is this second log entry present? I don't see any place where I ask MySQL to authenticate an HTACCESS username. It came to me. The very fact that we are using mod_auth_mysql in the Apache web server means that Apache is trying to authenticate anHT