Can a mobile phone read table data in a mobile browser from a database?

Question by Ron B: Can a mobile phone read table data in a mobile browser from a database?
I have a MySQL database that I try to order the results of a query on a mobile phone display.

Best answer:

Answer by Modest
Yes and no. The phone can’t read it directly, but this isn’t typically how you would try to do it anyway. Usually, you are going to retrieve the data using server side coding, and then just push the results to mobile browser. This is no different than any web application that retrieves data from a backend database.

Add your own answer in the comments!

VN:F [1.9.4_1102]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.4_1102]
Rating: 0 (from 0 votes)

Related Posts:

You can leave a response, or trackback from your own site.

Leave a Reply