Re: [PHP-WIN] sms service

2007-10-17 Thread trystano
You basically need to find an SMS provider. They will then have a mechanism in which you send them details (account username and password, recipient, text etc). You could send this via a URL or through form submission. But yeah, find a provider, check out their documentation and go from there.

Re: [PHP-WIN] Cann't exec() or system() with safe_mode=1

2007-10-17 Thread Stut
Joaquín wrote: Hello, I have a problem with safe_mode. I want to execute some program while in safe_mode=1 but I cann't. To make it as simple as possible I'm now using myprogram.exe that is the typical "hello world" program. It only works with safe_mode=0 and with safe_mode=1 nothing happens a

[PHP-WIN] Cann't exec() or system() with safe_mode=1

2007-10-17 Thread Joaquín
Hello, I have a problem with safe_mode. I want to execute some program while in safe_mode=1 but I cann't. To make it as simple as possible I'm now using myprogram.exe that is the typical "hello world" program. It only works with safe_mode=0 and with safe_mode=1 nothing happens and it returns n