- 1,233 categories
- 40,467 scripts
- In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that ...
- Categories
- Tags
- Platforms
- Licenses
- PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
- Categories
- Tags
- Platforms
- Licenses