Where i can learn PDO ? And does sololearn have this lesson ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where i can learn PDO ? And does sololearn have this lesson ??

database question

30th Dec 2016, 11:28 PM
Souhail Kablouti
Souhail Kablouti - avatar
6 Answers
+ 2
You can use php offical manual for this. Always use offical docs
30th Dec 2016, 11:57 PM
Ruslan A.
+ 2
oficial info can be hard to read and understand if you are starting. I would recommend a youtube guide/tutorial
31st Dec 2016, 1:13 AM
Nahuel
Nahuel - avatar
+ 1
I support Rusian, you need to be able to read documentation. However, for the parts of the documentation that you don't understand, yes look up tutorials.
31st Dec 2016, 2:45 AM
Louis Milotte
Louis Milotte - avatar
0
thanks bro 👍
31st Dec 2016, 1:04 AM
Souhail Kablouti
Souhail Kablouti - avatar
0
I already start on PDO php.net I will do my besd
31st Dec 2016, 9:28 AM
Souhail Kablouti
Souhail Kablouti - avatar
0
Here is a nice introduction to PDO that also provides a tutorial for PDO database connection (https://www.cloudways.com/blog/introduction-php-data-objects/ ). It lists down the supported databases, necessary driver, and how to work with PDO. Hope this will help you get started.
6th Apr 2017, 10:37 AM
Oliver Russell
Oliver Russell - avatar