php Programming Glossary: etablissements
Use the IN directive to search with a prepared statement http://stackoverflow.com/questions/9006066/use-the-in-directive-to-search-with-a-prepared-statement prepare 'SELECT libelle activite adresse tel lat lng FROM etablissements where type IN '. in_list.' ' stmt bind_param s in_list stmt.. prepare 'SELECT libelle activite adresse tel lat lng FROM etablissements where type ' stmt bind_param s parameter But since i have to.. prepare 'SELECT libelle activite adresse tel lat lng FROM etablissements where type IN '. in_list.' ' At this point the SQL statement..
|