To access a MySQL database from PHP, several builtin commands are available:
mysql_pconnect
mysql_connect
mysql_select_db
mysql_query
mysql_fetch_array
mysql_fetch_row
mysql_fetch_object
mysql_result
etc...
Does anyone know the equivalent commands for Sybase and Oracle?
If there's anything different in the syntax, I'd greatly appreciate some examples...
Finally, is there any documentation available on this topic?
TIA
Joe F.
mysql_pconnect
mysql_connect
mysql_select_db
mysql_query
mysql_fetch_array
mysql_fetch_row
mysql_fetch_object
mysql_result
etc...
Does anyone know the equivalent commands for Sybase and Oracle?
If there's anything different in the syntax, I'd greatly appreciate some examples...
Finally, is there any documentation available on this topic?
TIA
Joe F.