mobile applicaion in php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jigneshb
Forum Newbie
Posts: 2
Joined: Thu Jan 07, 2010 5:35 am

mobile applicaion in php

Post by jigneshb »

how to make mobile application in php
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: mobile applicaion in php

Post by Christopher »

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

Post by Charles256 »

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.
Post Reply