Re: [PHP] PHP & Text Messaging

2007-04-20 Thread John Ewing
I don't know of any free providers for what you want to do, but i've used http://www.clickatell.com/ to send text message notification from servers before. You can trigger the sending of the message by various methods including email and http request. Hope this helps J. On 4/19/07, Daniel Brow

Re: [PHP] scandir and ftp wrapper

2007-04-13 Thread John Ewing
I can think of only one reason why your test might be invalid: If you have already logged in to the FTP server from the browser, and the user:pass in the URL aren't the ones actually authenticating you, but the ones saved in the browser are the ones that let you in, you'd get the behaviour you ha

Re: [PHP] Re: scandir and ftp wrapper

2007-04-12 Thread John Ewing
It appears you are trying to scan/list a remote site's directory; why? Most sites will not >>allow you to do this. I'm connecting to a remote site via the ftp wrapper. So I can't just use the file path. I have a script which runs on one webserver to get information off another server via ftp.

Re: [PHP] scandir and ftp wrapper

2007-04-12 Thread John Ewing
Still can't get it to work, seems to be a problem generally with the ftp wrapper. If I try something really basic like echo file_get_contents('ftp://user:[EMAIL PROTECTED]/file.txt'); I get an empty string with no error messages. If I copy and paste the ftp url string into firefox it displays t