0
Looking for a sample php code for doing research bases on multiple input form
Hello,i would like to do a multiple fields research into the data using PHP. eg.I have name input,user code input,user age input...Usually when i create a little search engine i use only one field but into the SQL query i'll multiple LIKE statement ,and i find it simple as data comes only from one input field. Can you have a idea of how to manage multiple fields? Thanks
1 Réponse
0
pass inputed datas by SESSION the got them in another php and query!