This was on devel list yesterday, I am having a problem also using sendsms.php. Specifically when sending push message, the message gets sent and the phone seems tobe getting the message (as I see interference on my monitor) but the message is not received.

I am sending to 7650 from phone-as-smsc, and my settings are as below. Any futher ideas?

That error arises because the php installation has

register_globals = Off

in php.ini

If you add this to the top of sendsms.php, you should be fine.

<?php extract($_REQUEST); ?>
<html>
<font size=-2>
<?php
etc...






Reply via email to