Hamid Yari
Hamid Yari

Reputation: 61

PHP coding in Android

I want to ask if I can run virtual server, MySQL, and a PHP editor on Android (4.1 for example)? I know my question is simple, but I didn't find anything helpful in my searches.

Upvotes: 6

Views: 4030

Answers (4)

Divers
Divers

Reputation: 9569

Have a look on my app - Android Web Developer (IDE/Code Editor for web developers). It contains a lot features e.g.

  • Support all major web languages and formats: PHP, JavaScript, CSS, HTML
  • A lot of ways to reach your project ( FTP, FTPS, SFTP, WEBDav and growing)
  • Code highlighting
  • Code completion
  • Error checking
  • Hardware keyboard support (e.g hotkeys)
  • Code beautifying with one click
  • Tablet ready UI
  • Line numbering
  • Quick preview of your page
  • Highlighting the current line
  • Search and replace with regular expressions
  • Unlimited Undo/redo
  • Full screen mode
  • Recent projects
  • Periodical autosaving
  • Rename/create/delete/copy-paste files inside you project

Hope this helps.

enter image description here

Upvotes: 0

Simon
Simon

Reputation: 1004

I use an app called Servers Ultimate, it makes life quite simple

Upvotes: 1

Dwij
Dwij

Reputation: 11

Or you can take alook at this https://play.google.com/store/apps/details?id=de.fun2code.android.pawserver&feature=nav_result#?t=W251bGwsMSwxLDMsImRlLmZ1bjJjb2RlLmFuZHJvaWQucGF3c2VydmVyIl0.

Paw Server is able to run php , i guess by transferring the code to another server and rendering the reponse..

Upvotes: 0

shmuli
shmuli

Reputation: 5192

Look into Bit Web Server (PHP,MySQL,PMA). It's a web server with PHP, MySQL as well as PHPMyAdmin - built on Android. It cost $2 and it's available on Google Play: https://play.google.com/store/apps/details?id=com.andi.serverweb&feature=related_apps#?t=W251bGwsMSwxLDEwOSwiY29tLmFuZGkuc2VydmVyd2ViIl0.

Hope that helps!

Upvotes: 0

Related Questions