Sorray man... This is the main fault of PHP
There's a different syntax for each type of database
Example:
ORACLE:
$select = "select * from table";
$dood = ora_parse($select);
MYSQL:
$select = "select * from table";
$dood = mysql_query($select);
Ive been bitching about this one for a while
Hopefully iy'll be phyxed soon