0
Where i can learn PDO ? And does sololearn have this lesson ??
database question
6 Antworten
+ 2
You can use php offical manual for this. Always use offical docs
+ 2
oficial info can be hard to read and understand if you are starting. I would recommend a youtube guide/tutorial
+ 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.
0
thanks bro 👍
0
I already start on PDO php.net
I will do my besd
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.