Big php :sign0104: here.... I have a remote db that I insert records from my phone using server side php scripts which is fairly straightforward. I need to retrieve them now and I was wondering if the results in the code below are stored in an array or something else and how do I retrieve them?
B4X:
$result = mysql_query("SELECT * FROM Table");