PHP iOS推送通知[关闭]

I would create a web application that sends push-notifications to my iPhone when a person filled in a form. How can I send that notification through PHP to my iPhone?

Have a read through Apple Push Notification Services in iOS 6 Tutorial which guides you through everything you will need from creating the certificates/keys to giving you some PHP to use.

You can use the Parse API available on http://www.parse.com to send push notifications easily :)