Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jtbullet

macrumors member
Original poster
Hi, my friend suggested that I create a php script to handle my simple web gallery project. My project simply consists of html pages containing single images, with html forward and back links. He suggested that we use php to handle calling the images, since that way we only use one html page. Are there any special issues with using php in the iphone at this point? He is extremely experienced at php but not at iphone dev.
Thanks!
Jarrett
 
You cannot run PHP on an iPhone at all. You would need to run that on a webserver and communicate across the network (cell or WiFi).
 
PHP is executed server-side, so the iPhone only ever sees static content, as with all other browsers, in which case the use of PHP makes no difference.

Unless you're suggesting running PHP scripts in the client? This would require porting PHP to the iPhone, so I'm assuming this isn't what you meant...

Maybe you could rephrase the question?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.