mobile applicaion in php
Moderator: General Moderators
mobile applicaion in php
how to make mobile application in php
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: mobile applicaion in php
PHP is used to generate web pages, so implement a HTML/CSS/Javascript application designed for mobile screens.
(#10850)
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
Re: mobile applicaion in php
Yep. Big things to remember are small screens and people using their fingers to push your buttons. Keep that in mind and if you can get your hands on a few phones you plan on people using and test with them. If it's economically feasible of course.