Archive for the ‘PHP Articles’ Category

FTP Administration with full logging via PHP

Wednesday, September 26th, 2007

Why should you read this article : sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes.

What you should know before reading this article : working with classes.

What you will know after reading this article : how to create a class that can be used to easily administrate a FTP connection with a server and log the activity.

Full source code : FTP Administration Source Code (more…)

Sending SMS from your website

Sunday, September 23rd, 2007

I have noticed that the number of websites that have the option to announce their users via SMS that an event is due to happen has increased.  This article explains how to easily add this option to your website (which, of course, is not free).

The SMSs will be sent via the ClickATell gateway.  First, you will have to create an accout at http://www.clickatell.com/login.php?csite=clickatell . After you sign up on ClickATell you will have to purchase credits in order to start sending SMSs (this can be done from the Billing category). The site offers a lot of payments methods from which you can choose the one that you prefer the most ( I used MoneyBookers ). (more…)