How to send likes from php? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
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