answersLogoWhite

0


Best Answer

There isn't a server available like WAMP, LAMP or XAMPP for Android tablets so it would be difficult to code php, probably not possible unless ofcourse someone has come up with a way round it.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you code php and mysql on an android tablet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Free source code on online examination using PHP and MySQL?

yes


How to you connect in mysql database?

Use the following code to connect to your mysql database from the php file. variables are hostname, db_username, db_password - see the code below for the exact connection example. <?php mysql_connect("localhost", "admin", "1admin") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>


Which one is better in future php or android?

Android most likely. As long as users keep switching to tablets and mobiles android seems to have an edge. PHP doesn't have the technology yet to penetrate the mobile and tablet application development


Which mysql product is suitable for php connection?

mysql client library


What has the author Janet Valade written?

Janet Valade has written: 'PHP & MySQL' 'PHP & MySQL web development all-in-one desk reference for dummies' -- subject(s): Computer Technology, Nonfiction, OverDrive, PHP (Computer programming language), SQL (Computer program language), Web site development 'PHP et MYSQL' 'PHP and MySQL for Dummies'


Where can someone find more information about the php mysql tutorial?

One can find more information about the php mysql tutorial on Tutorials Point, Tizag, and W3 Schools. More information about the php mysql tutorial can be found at Site Ground.


Who can design your website in PHP and MySQL?

Any of the millions of web developers using PHP and MySQL around the world. Either that or teach yourself!


What is php mysql?

You are probably referring to running a MySQL query from within a PHP script. This is often done so that the PHP code can perform operations on the data that it gets out from the database. Creating an actual query from php is fairly simple once you have everything else set up, in fact if you know MySQL already you can just use the exact same syntax in PHP. Here is a link to a tutorial that will show you how to set up everything: http://www.freewebmasterhelp.com/tutorials/phpmysql/


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


Can you run PHP and MySQL on Linux?

Yes.


How do you develop software using PHP and MySQL?

I have no experience in software development, so I turn to specialists


How are PHP and MySQL compatible?

By sending messages to the MySQL server, you can communicate with the database. To submit SQL queries to the database, you use PHP functions. You don't need to know how to communicate with MySQL because PHP takes care of that. You only need to be familiar with SQL queries and PHP functions. To learn more about data science please visit- Learnbay.co