How-to install eAccelerator?
I’m using eAccelerator on two servers now, for both I’m using DirectAdmin as control panel. One is based on Ubuntu and the other one is running on Cent-OS. Download eAccelerator from their website and...
View ArticleStore your Twitter API results with Memcache
Recently I needed a dynamic cache function for some PHP based, custom website. Most pages are a kind of mash-up with different results and one of them was dynamic Twitter feed that shows the latest...
View ArticleAlternative functions for file_get_contents()
Like many others I’ve used the native PHP function file_get_contents() to receive the content from a remote file because the functions is very easy to use. But is it the best way to do that? I see many...
View ArticlePHP CAPTCHA, image validation
Use this script to protect your contact form, your whois query tool or just a form where some extra validation is needed. How does it work? A session will be created inside a dynamic image file...
View ArticleCreate a dynamic select menu with PHP
In many HTML forms or content management systems the form element “SELECT” is used frequently. If you use your PHP code inside the standard HTML element the code will be nearly unreadable. Adding extra...
View Article