Pass data from C# to PHP
问题 I have a PHP script that will send a notification to an iPhone.(below) I have my website code in C#. What I want to do is pass the info from C# to the PHP script. The PHP script <?php // Put your device token here (without spaces): $deviceToken = ''; //Get from C# // Put your private key's passphrase here: $passphrase = ''; //Get from C# // Put your alert message here: $message = 'New Message'; //////////////////////////////////////////////////////////////////////////////// $ctx = stream