[PHP-DB] [Fixed] Re: [PHP-DB] Queries from two databases don't work

2007-07-19 Thread Joaquín
You cannot open two database connections using _pconnect with exactly the same information. You need to use _connect and make sure you specify the $new_link parameter. In fact I used mysql_connect() at first and I didn't work either, so I tried a lot of different tests and one of them was usi

Re: [PHP-DB] Queries from two databases don't work

2007-07-19 Thread Chris
Joaquín wrote: Hello, I need query tables that are in two different databases so I use mysql_query() with link_identifier, as I've read in the manual, in order to select in wich DB must be made the query. The problem I have is that the link identifier has no effect. This example doesn't work

[PHP-DB] Queries from two databases don't work

2007-07-19 Thread Joaquín
Hello, I need query tables that are in two different databases so I use mysql_query() with link_identifier, as I've read in the manual, in order to select in wich DB must be made the query. The problem I have is that the link identifier has no effect. This example doesn't work It is as if (