Php MySQL noob
Posted: Sat Mar 02, 2013 6:43 pm
Ok, so I'm new to livecode and php. So far I have been able to create a simple php script on my host server to query a MySQL database.
What I'm trying to figure out is how I pull those results into livecode. I understand how I can call the URL for the php script, but I'm not sure how I would take query results from the php script and put them into variables in my livecode application.
Essentially what I'm trying to do is pull results from the database and create a clickable list, that would let the user drill down into that result with the rest of the info from that row.
I hope that makes sense, any help would be appreciated.
What I'm trying to figure out is how I pull those results into livecode. I understand how I can call the URL for the php script, but I'm not sure how I would take query results from the php script and put them into variables in my livecode application.
Essentially what I'm trying to do is pull results from the database and create a clickable list, that would let the user drill down into that result with the rest of the info from that row.
I hope that makes sense, any help would be appreciated.