Edit by support-octavio: duplicated thread, please follow up here: http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=6408&start=0
I have incorporated a form into my app to query users for data to enter into a hosted MYSQL database. That part works perfect. They enter the data via a form (POST) in the app, then the data gets inserted into the MYSQL table. The second part of the app includes searching through that database for specific values and displaying correlating rows.
I have this concept working via normal html and php files on any browser but can not duplicate within app. Please see:
http://tjrcomputersolutions.com/apps/edibles/v1.0/index.php
Enter “cracker” in the search box and you will see a couple entries displayed back to you. It is properly querying the database and selecting the correct values. I am trying to get this to work within the app. I have been trying to use the form to do this, with GET as the function, and the PHP file (search.php) as the action URL (the same search.php that is working in the browser).
How would I get these values to display in an HTML box within in the app itself? Anyone have any ideas?
Thank you so much for your help in advance!