How To Install Memcached on Ubuntu 16.04 Memcached works to reinforce performance by keeping a duplicate of normally used script components among the server’s...
Category - PHP
PHP – Hypertext Preprocessor is a widely used, server-side scripting language but also a general-purpose scripting language that is most suited for web development. The original PHP project, as invented by Rasmus Lerdorf, stood for Personal Home Page. Nowadays, it stands for the recursive acronym PHP: Hypertext Preprocessor.
How do I get a Facebook user's profile image through the Facebook API - a clean-cut code function for such process
How to enable PHP short tags -If you don't have access to the php.ini you can try to enable them trough the .htaccess file
How to find the php.ini file used by the command line - You will see in PHP folder there is an extension folder with all dll's
nginx error connect to php5-fpm.sock failed (13: Permission denied) we update nginx to 1.4.7 and php to 5.5.12, After that I
How to find the last day of the month from date- t returns the number of days in the month of a given date
How to use array_filter() to filter array keys? The callback function in array_filter() only passes in the array's values,
exec() vs system() vs passthru() exec — Execute an external program passthru — Execute an external program and display raw output
List of Big-O for PHP functions After using PHP for a while now, we noticed that not all PHP built in functions as fast
JSON encode MySQL results How do we use the json_encode() function with MySQL query results Do we need to iterate through