Jan 26, 2006 #1 amir4oracle Programmer Joined Nov 3, 2004 Messages 46 Location CA How can I access Oracle DB with PHP web page? Is there any web link from where I can find a detailed step by step procedure?
How can I access Oracle DB with PHP web page? Is there any web link from where I can find a detailed step by step procedure?
Jan 26, 2006 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR yes you can (in principle). http://www.php.net has all the information you need. or if you want to use an abstraction layer you might check out the db class at pear.php.net or perhaps the adodb class. Upvote 0 Downvote
yes you can (in principle). http://www.php.net has all the information you need. or if you want to use an abstraction layer you might check out the db class at pear.php.net or perhaps the adodb class.