Hey guys I need a help to understand how php is connected with sql (Oracle) to make an database of my e-commerce. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hey guys I need a help to understand how php is connected with sql (Oracle) to make an database of my e-commerce.

guys please suggest me how to do it and how I can make their database and connect that at front end I want to understand that so please post your suggestions and suggest me how can I make that good looking 😊😊

30th Oct 2019, 2:20 PM
Caleb Kemboi
Caleb Kemboi - avatar
1 Answer
+ 2
You might want to take a look at PDO, this one provides support for multiple DBMS, including Oracle. https://phpro.org/tutorials/Introduction-to-PHP-PDO.html
30th Oct 2019, 3:10 PM
Ipang