Development PHP code on mobile phones

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
badihi
Forum Newbie
Posts: 15
Joined: Sun Jul 05, 2009 1:16 am

Development PHP code on mobile phones

Post by badihi »

Hello there!
I am a PHP developer. I have not a laptop and I can not stay in home for a long time. But I have a nokia 5230 mobile phone based on symbian s60 5th edition.
Now this is the question: How I can develop and test my PHP codes on my mobile phone.
Thanks and sorry for my bad english!
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Development PHP code on mobile phones

Post by Jonah Bron »

I don't think you can run PHP on a phone. So, you'll have to test it externally. The first method that comes to mind would be to get a text-editor app, an ftp app, and either get a test server or set one up at home. Then just:
  1. Download from ftp
  2. Edit on text editor
  3. Upload to ftp
  4. Visit on mobile browser
badihi
Forum Newbie
Posts: 15
Joined: Sun Jul 05, 2009 1:16 am

Re: Development PHP code on mobile phones

Post by badihi »

Thanks for your reply. But it is not fast and inexpensive enough.
I heared something about a program named PAMP. But I could not find any thing about it. Anyone knows about this?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Development PHP code on mobile phones

Post by Jonah Bron »

Well, paint me purple and call me Barney, I never would've guessed!

http://wiki.opensource.nokia.com/projec ... stallation
Post Reply