I had already gone down path, but I encountered the following problem stated below and hoped the compiling with the mySQL I have may solve it
The problem:
My code establishes a link with a database. Then, I open a table and select information. I then switch to another table and select some more information and carry on like this with further tables. PHP3 handled this no problem. But PHP4 won't attempt the query for the second table. It handles the select for the first table information OK, but then asked to retrieve information from another table - dies. I have no idea why this may be - do you?