[PHP-DB] newbie : For windows-target of PDO-DB-driver, CrossCompile or native-compile?

2009-08-28 Thread Sanjeev Kumar
Hello, I need to write PHP-PDO database-driver/extension for a new database. The clarification I need: 1) Should I take the PHP-source on Windows-vista platform and build natively the DLL for win. Will the VisualStudio9 compile with all PHP-main src & the extension driver to generate the targ

RE: [PHP-DB] switch and while

2009-08-28 Thread Emiliano Boragina
A retail... I have two tables in my db. One for product description, in this one I have the column CATEGORY as INT. The other table is CATEGORY with ID and NAME of category. So, I do a select from this two tables... but I need switch the number of the CATEGORY in the first table to the NAME in the