I was able to connect to my database using oracle, but how do i get the info. in my tables to display on my php page. It always prints a Resource ID #. Can someone please give me some assistance?
the resource ID is a reference to the result set stored on the DB.
you have to use an oracle function to get the data... like OCI_fetch_row($resource_id) or something similar.
well i have tried usibg the function that you suggested and i get an error stating that this Call to undefined function: oci_fetch_row() in /var/www/html/try.php on line 29..