Page 1 of 1
PHP on smart phone
Posted: Tue Jul 27, 2010 2:50 am
by singhal_akshay
Greeting to all from akshay.
I have to ask , is PHP based application run on Smartphone perfectly or it take to many up n down to run it on mobile phone?
I will be thankful of you for your reply in advanced
akshay
Re: PHP on smart phone
Posted: Tue Jul 27, 2010 12:32 pm
by Jonah Bron
I'm not sure what you're asking. Do you want a development tool for your phone, or are you asking if you can view a website that uses PHP on a phone?
Re: PHP on smart phone
Posted: Tue Jul 27, 2010 12:51 pm
by singhal_akshay
can we see website on smart phone which uses php?
Re: PHP on smart phone
Posted: Tue Jul 27, 2010 2:37 pm
by pickle
No browsers ever see PHP. Be it Mobile Safari on your iPhone, or Firefox on your desktop. All browsers see is the result of PHP running - which is usually html code. So the question you should be asking isn't whether you can access a PHP based website on your smartphone, you should ask whether the html rendered by PHP is viewable on the smartphone.
To answer that question, the answer is simply: if the site is coded properly, yes. Smartphones have pretty good browsers & if the site is built to standards, you should have no problem.
Re: PHP on smart phone
Posted: Wed Jul 28, 2010 12:59 am
by singhal_akshay
i get my answer
Thanks to jonah and pickle for your valuable suggestion.