How to retrieve a row with PDO | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How to retrieve a row with PDO

PHP has a database access method PDO

28th Apr 2017, 12:48 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
1 Réponse
+ 4
$result =$statement->fetch(PDO:: FETCH_ASSOC);
28th Apr 2017, 12:50 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar