Which part do you need help with?
You need a web app (PHP or otherwise) that the user can interact with that will remember what the duration value is for a particular use (or device).
Then you need code in your iPhone app that will query the web server. A simple NSURL call to your PHP code would be able to return the value needed.
joe
|