[PHP-DB] Using PHP/MySQL with IIS and MS Proxy Client

2001-07-26 Thread Scott Gines
Apparently, php won't connect to MySQL if MS Proxy Client is running. I uninstalled Proxy Client and everything worked fine. However, I need the client for all my other internet apps to work. Does anyone know a work around for this problem?? -- PHP Database Mailing List (http://www.php.net/

[PHP-DB] Joining 2 tables

2001-08-10 Thread Scott Gines
I am having trouble getting the correct join...here is my scenario. I have 2 tables, A and B. A looks something like this... [id][name] 1Name1 2Name2 3Name3 B looks like this... [userid][tableAid] 11 13 21 2