Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-12 Thread Andrew Cowles
can also make an HTTP Post. The best way to do this is by writing a quick HTTP Post function using sockets... you should be able to find an example on this mailing list. If not then I'll happily send you one. Best regards, Andy Andrew Cowles KAPOW! SMS

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Andrew Cowles
; which means our prices are in pounds... but you can pay using most major credit cards, so it shouldn't be a big problem. There is a good currency converter at http://www.xe.com/ if you need it, or I'm sure our Sales staff will happily give you the current rates. Best regards, Andy Andrew Cowles

[PHP] Re: PHP / Bulk Email

2002-09-04 Thread Andrew Cowles
the MTA that causes the biggest overhead in the equation... and Qmail is so much nicer than Sendmail! Cheers, Andy Andrew Cowles KAPOW! SMS Gateway http://www.kapow.co.uk/ --- To text or not to text.. that is A question. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] String handling with special char?

2001-10-30 Thread Andrew Cowles
Hi Guys Gals, Sorry to re-post this but I'm still stuck and have had no reply. I receive via HTTP GET a string variable in encoded HEX format, for example; script.php?text=%0A%01%00%B1%B2 My problem is that PHP sees the first occurance of %00 as a field terminator and so anything after it is

Re: [PHP] String handling with special char?

2001-10-30 Thread Andrew Cowles
emails behind $parameters = url_encode(error=25); index.htm?$parameters Hope this helps - Original Message - From: Andrew Cowles [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 8:40 AM Subject: [PHP] String handling with special char? Hi Guys

Re: [PHP] String handling with special char?

2001-10-30 Thread Andrew Cowles
in order to work properly 'script.php?text= %250A%2501%2500%25B1%25B2' Note that all % were changed by %25. I tested it and it worked. Hope this helps - Original Message - From: Andrew Cowles [EMAIL PROTECTED] To: Frewuill Rodriguez [EMAIL PROTECTED] Cc: [EMAIL PROTECTED