PHP or ASP

First app, first post so be nice !

Quick question: within the app builder there is an option for adding HTML pages, can these pages accept PHP code?

more information:  I have a website running on php/mysql, what I want to do is have the android app to query the database and display results?

 

Comments

  • >> Quick question: within the app builder there is an option for adding HTML pages, can these pages accept PHP code?

    Both PHP and ASP are server-side technologies, not client-side. So, no you can't. Andromo can only display HTML/CSS/Javascript. See more below...

    >> more information:  I have a website running on php/mysql, what I want to do is have the android app to query the database and display results?

    Now that is possible and the correct way to do things. You can use the 'Website' activity to simply display a mobile version of your site within the app, our you can use the 'HTML Archive' activity to embed that code within your app. You'd then simply post data to your website/server and get your results as usual.

Sign In or Register to comment.