php Programming Glossary: libelle
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 . ' that's why i use implode stmt this db prepare 'SELECT libelle activite adresse tel lat lng FROM etablissements where type.. ' stmt bind_param s in_list stmt execute stmt bind_result libelle activite adresse tel lat lng That seems not to work perfectly.. parameter it would be obvious stmt this db prepare 'SELECT libelle activite adresse tel lat lng FROM etablissements where type..
|