I am building a search result page that needs to be formatted for the iPhone. I have built a browser based web application in Dashcode and input data from a php file. For this example I will call the php file test.php. Here is the basic model. (the i= is the query for the php)
web app sends i= --------> test.php --------> mysqldatabase
then
mysqldatabase ---------> test.php ----------> JSON output
then
JSON output ------> Dashcode Browser Graphical UI
The data is getting encoded, but not loading into Dashcode's browser UI. Ideas?