How to connect oracle 10g with php ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kprawin
    New Member
    • Dec 2009
    • 5

    How to connect oracle 10g with php ?

    I've developed web applications using php and MySQL. Currently I wish to migrate towards oracle. And I need the steps to connect Oracle10g with PHP. Since Im new to oracle please provide sample code too (if possible )..

    Thank u...
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    For that, you could use the Oracle OCI8 extension.
    See the examples in the manual.

    Comment

    Working...