Search found 2 matches
- Wed Oct 29, 2008 4:45 pm
- Forum: Databases
- Topic: Issues connecting to my Oracle Database with PHP
- Replies: 0
- Views: 225
Issues connecting to my Oracle Database with PHP
I'm trying to connect to my Oracle database with PHP and it's not working at all... I've researched the problem online and have tried all the suggestions I have found to no avail. This is the code I'm using... <?php $conn = oci_connect('username', 'password', '//localhost/XE') or die("Could...
- Wed Oct 29, 2008 3:19 pm
- Forum: PHP - Code
- Topic: Issues connecting to my Oracle Database with PHP
- Replies: 0
- Views: 68
Issues connecting to my Oracle Database with PHP
Ok, I have tried everything I can think of and everything that I've found online about this to no avail... I need to connect to my Oracle Express database using PHP. This is the code I'm trying to use: <?php $connectMe = oci_connect('myUsername', 'myPassword', '//localhost/XE') or die("Coul...