Is it possible to have dynamic id query from my sql. Actually i want data from sql query based upon dynamic values entered inPHP | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Is it possible to have dynamic id query from my sql. Actually i want data from sql query based upon dynamic values entered inPHP

Sql query in php code

27th Apr 2020, 1:33 PM
awais khan
awais khan - avatar
1 Réponse
+ 2
You can include the desired 'id' in the WHERE clause of your query. Actually I don't understand the situation, what is this dynamic values entered in PHP? Share your code to add clarity on what and where the problem is.
28th Apr 2020, 2:42 PM
Ipang