HTTP Referrer
This short article will teach you how to return your program to the referring URL if you are running a PHP script or a … [More]
This short article will teach you how to return your program to the referring URL if you are running a PHP script or a … [More]
There are many ways of generating random keys in PHP. Random keys are essential in applications where you need unique identifiers that are not … [More]
You’ve installed CodeIgniter and you’ve written a couple of applications. Now, you want to run two of your applications under one install of CodeIgniter. … [More]
I finally had a chance to evaluate Code Igniter for a couple of hours. The sample videos, tutorials, and online manual are simple and … [More]
In the next several weeks, I will be evaluating two PHP frameworks: Code Igniter and CakePHP. I have been coding in PHP for several … [More]
If you are a fan of PHP, things are getting better. PHP 5.3.1 was just released containing over 100 bug fixes. From Marc Plotz … [More]
If you noticed some strange behavior in this site the last day or so, I was in the middle of moving from one hosting … [More]
Here’s a simple and short tutorial on how to retrieve Twitter trends. We will be using PHP and Twitter’s API to retrieve the latest … [More]
If you have installed a LAMP server either on your Linux desktop or server, you are bound to run into this problem. The default … [More]
PHP 5 has an exception handling model similar to that of other programming languages. Exception handling is used primarily to modify the control of … [More]
If you have a web service, you can add functionality to it by allowing other programs to access to your service through the use … [More]
There is another great command in PHP similar called STRLEN. The command counts the number of characters in a string. In our previous example, … [More]
I was asked in my previous post as to why I installed the popular Apache web server instead of lighttpd, a fast and highly … [More]
My development server is old. You’ll get a chuckle when you see the specs. It runs on a 400Mhz Pentium II CPU with a … [More]
You’ve implemented Google Adsense in your WordPress blog. Now, you want to avoid accidentally clicking on an ad to avoid being penalized by Google. … [More]