iphone application in php

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
rajeshkumarswain
Forum Newbie
Posts: 1
Joined: Mon Oct 20, 2008 1:35 am

iphone application in php

Post by rajeshkumarswain »

Hi all,

Can anyone suggest how to build an iphone application in php. I am not getting any idea from where to start.
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Re: iphone application in php

Post by Skara »

iPhone apps can't be coded in php. php is a web programming language, not an application language. iPhone apps are--I think--coded in cocoa.

If you want to develop a website that would fit the theme of the iPhone and be viewed in Safari, then you simply need to define the size of the website to a fixed width.
Post Reply