"Jonathan Chum" <[EMAIL PROTECTED]> wrote:
> I have one table on one database and another table on another
> database. I want to perform a left join these two tables in MySQL. I
> don't think it's possible, but cuious if there is a "method" that can
> be coded in PHP to do this?
Just prepend the
On Thursday 05 April 2001 07:23, you wrote:
> I have one table on one database and another table on another
> database. I want to perform a left join these two tables in MySQL. I
> don't think it's possible, but cuious if there is a "method" that can
> be coded in PHP to do this?
>
> If you think
Quit? LOL
Seriously, you may be forced to do 2 querries to mysql.
Use mysql_db_query twice, and it should, in an ideal world, work.
Of course it's a pain in the royal ass to combine the two querry results
into something useful, but at least you can "do it". It won't be pretty, but
it can be don
3 matches
Mail list logo