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 done...now don't you feel better? ;)


--
Plutarck
Should be working on something...
...but forgot what it was.


"Jonathan Chum" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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 there's is a problem with my schema, well the boss wants
> to have the user data on another database totally seperated from
> features of the portal. So I have a big problem on my hands.
>
> Any help would be much grateful!
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to