Yeah I did this thing to use PHP along with oracle database. I can help you very easily but just let me know which part of programming you don't understand. Just tell me you email address I like to send you an ebook to help you.
Hi !
There is a concept of PDO(php data objects), an interface to enable access from php to oracle database. There is a huge list of PDO functions available on php.net, or you can check http://www.php.net/manual/en/ref.pdo-oci.php for detailed informatin on oracle connectivity. The interface abstracts all details and do everything for you.