Retriveing the data from the oracle database tables

Hi,

I m trying to retrive the data from the oracle database tables and want to dispaly it in one form (ex: registered details page) using php.
Based on customer id m trying to retrive the perticular customer info in one form . please help me .

This should get you started off (see examples):
http://php.net/manual/en/function.oci-connect.php

Thank you , m trying to fetch the value from the oracle database table and displaying it in text field of one form .