Category: PHP

Useful PHP Functions To Improve Your Code

Web development doesn't have to be a difficult position, if you have a toolbox of sorts, Today I want to share my tools with you, in the hopes that they may also lend a hand in the workings of your applications ...

Use WordPress as a PHP Framework

WordPress is a great solution for creating blog, but that isn’t all it can do. The incredible power and simplicity of this platform allows you to create personal web pages or entire web sites in minutes, using all the functions ...

create a compressed file from folder on the fly

I tested two other scripts before and must say that this script works great for single files if you add them manually. To compress a whole directory with an unknown number of files into one zip file I created some class ...

Parse html with PHP preg_match_all

For the most of the PHP developer which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it’s maybe hard to understand. The biggest difference between preg_match_all and the regular preg_match is ...

PHP is NOW

PHP is at an inflection point. We are at a once in a lifetime place where several factors are coming together to help boost the profile of PHP up and above the "scripting language" label and into a serious tool ...

Full-text Search with SQLite

Full-text search with SQLite is so ridiculously easy to implement, there are only two valid reasons you haven’t done it yet. The first is you don’t need the full-text capability, and the second is you didn’t know it could be ...