I have MySQL search query which takes input from drop down values and pass on values to my search query.
This works perfectly on my website.
But the same when I run on my Mobile it does not give me results(blank) as well its not consistent in displaying results, means it works sometime only.
So how is that my query works on website but on mobile behaves different. I am not sure if its query problem or variable which needs to be adapt for mobile.
Index.php page where my search drop down their.
Display_event_nonmember.php where I pass on values as POST to Session.
Display_eventengine_nonmember.php where I fetch values from session variable and display.
Regards,
Ankit Baphna