:sign0085: I have an online mysql database and would like to get just plain text, not JSON, returned via an HTTP request.
I don't seem to be able to produce a code that works.
Does anyone have a simple example?
Instead of calling json_encode, convert the rows data to text as you need. See this link for more information about mysql_fetch_assoc: PHP: mysql_fetch_assoc - Manual