I'm a web developer (PHP). I would like to searching for push notification to windows phone 7 using PHP but the result is always .NET.
Please someone can help me.
UPDATE : How to send multi-devices at once? because the delay time is around 1 second, so if I have 1000 devices to push, I may need 1000 seconds to wait.
You don't need to implement it in .NET. You just need to send the correct XML payload to the URL given by the phone.
Take a look at this article on implementing push notifications on Windows Phone 7.
The basic steps are:
The following is the PHP code to send a toast notification to the URL "_URL_TO_SEND_TO_" which is the token received from the MPNS:
If this is the code you need, please check this answer.
Try this ready solution http://phpwindowsphonepush.codeplex.com/SourceControl/changeset/view/18482#58320. Very easy.