Articles 1 - 6 of 6
      Category: PHP
 
1.
 
Sending SMS Thru HTTP  by Farheen
There are an infinite number of reasons why you might want to use PHP to send SMS. You might want to add a "send by SMS" option to your headlines, you might want to provide 24/7 support in which your technican is alerted by SMS or you might want to provide your viewers with Free ...

 
2.
 
Mastering Regular Expressions in PHP  by Dennis Pallett
What are Regular Expressions?   A regular expression is a pattern that can match various text strings. Using regular expressions you can find (and replace) certain text patterns, for example "all the words that begin with the letter A" or "find only telephone numbers". Regular expressions are often used in validation classes, because they are a ...

 
3.
 
Screen scraping your way into RSS  by Dennis Pallett
Introduction  RSS is one the hottest technologies at the moment, and even big web publishers (such as the New York Times) are getting into RSS as well. However, there are still a lot of websites that do not have RSS feeds.    If you still want to be able to check those websites in your favourite aggregator, you ...

 
4.
 
PHP On-The-Fly!  by Dennis Pallett
Introduction  PHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web. Not to mention it's extremely cheap and widely used. However, one thing that PHP is lacking, and in fact most scripting languages are, is a way to update pages in real-time, without ...

 
5.
 
Track your visitors, using PHP  by Dennis Pallett
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. In this article I will show you how!   Getting ...

 
6.
 
Quick Intro to PHP Development  by Alan Grissett
Chances are that if you’ve been around the Internet long enough, you’ve heard of server-side scripting languages such as PERL, ASP and ColdFusion. These are all popular languages that are used to add interactivity to Web sites, but one stands out from the crowd in terms of usability, power, and, yes, price: the PHP scripting ...