Category: PHP
Grammatically Correct PHP Title Capitalization Function
Sometimes a developer has to get their titles from crazy sources that aren’t always capitalized correctly. Nobody wants to change all these titles […]
All The Cheat Sheets That A Web Developer Needs
No matter how good programmer you are, you can`t memorize everything. It often happens to spend more time searching for a particular […]
PHP Script that inserts into Mysql Easy
Simple enough. You need to have a php script that inserts into your mysql database. Example: Here’s the Html for the form […]
Increase PHP’s File Upload Limit Using php.ini
We all run into this on a daily basis. That’s why I had to add this one for sure. First things […]
How to Install and Setup Apache in Ubuntu
Installing Apache Getting apache onto your Ubuntu machine is easy. Using either the Synaptic Package Manager, Ubuntu Software Center, search and install […]
How to install Maxmind’s GeoIP on Ubuntu/Linux for PHP
provides a useful database and API for server side IP Geolocation. It is useful when you don’t want your server to hang […]