How to send likes from php? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to send likes from php?

how to calculate likes with database.

22nd Jun 2017, 4:01 PM
Nasratullah Ayobi
Nasratullah Ayobi - avatar
1 Réponse
0
simple // $db = database connection $st = $db->prepare("SELECT * FROM table WHERE column LIKE ?"); $st->execute( array('%'.$test_string.'%') );
29th Jun 2017, 10:46 AM
Harm Zeinstra
Harm Zeinstra - avatar