Archive for October, 2009

20 Great PHP Libraries You Need to Know

Sunday, October 25th, 2009 Posted in Open source, PHP & MySQL | No Comments »

You’re in the middle of a project, and need to get everything done as soon as possible. To keep the deadline and still have a life, you would better to ... Read more..

29 tutorials to help you build your mobile site

Sunday, October 25th, 2009 Posted in Open source, PHP & MySQL | No Comments »

Why do we have to care with mobile site? Simple, because there are billion people who have access to mobile phone. So? What’re you waiting for? Go ahead and check if ... Read more..

Image Roation with PHP

Tuesday, October 20th, 2009 Posted in PHP & MySQL | No Comments »

This tutorial will show you how to rotate an image in your PHP scripts. You'll need to have the GD library installed to be able to use some of the ... Read more..

The Difference Between require() and include()

Tuesday, October 20th, 2009 Posted in PHP & MySQL | No Comments »

The key difference between require() and include() is that if you require() a file that can't be loaded (eg if it isn't there) then it generates a fatal error which ... Read more..

Find a visitor’s IP Address with PHP

Tuesday, October 20th, 2009 Posted in PHP & MySQL | No Comments »

Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's ... Read more..