Bambalam PHP EXE Compiler/Embedder
Tag Archives: PHP
install Memcached Server and access it with PHP
Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access Memcached Server.
PHP: Crontab Class to Add, Edit and Remove Cron Jobs
Provided that your user account on the server has the privileges to access crontab thus can create or remove cron jobs, you can use this PHP class to integrate crontab in your application. I created it for many of my own projects that need crontab to do scheduled jobs. It’s pretty straightforward.
ffmpeg_movie object methods
PHP ffmpeg methods
Hook System with PHP
I was recently coding a web-application base in PHP and it occurred to me that including a hooking system won’t be a bad idea. I like the way hooks are used in wordpress for almost every task. Implementing a hook system makes the application more flexible and modular, all with a small bit of code.
PHP Fatal error: Call to undefined function curl_init()
curl is an extension that needs to be installed, it’s got nothing to do with the PHP version. http://www.php.net/manual/en/curl.setup.php