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
PHP on smart phone
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: PHP on smart phone
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?
-
singhal_akshay
- Forum Newbie
- Posts: 3
- Joined: Tue Jul 27, 2010 2:45 am
Re: PHP on smart phone
can we see website on smart phone which uses php?
Re: PHP on smart phone
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.
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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
-
singhal_akshay
- Forum Newbie
- Posts: 3
- Joined: Tue Jul 27, 2010 2:45 am
Re: PHP on smart phone
i get my answer
Thanks to jonah and pickle for your valuable suggestion.
Thanks to jonah and pickle for your valuable suggestion.