While going through a project where theres a need of taking some action on those users who are currently logged in on to the...
FUNCTION FIELD does not exist – ORDER BY FIELD Error
While using ORDER BY Field function of MySQL, the following error occurred: FUNCTION database_name.FIELD does not exist Here’s a quick solution FUNCTION FIELD does...
Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied
While using PHP’s session_start function, an error started showing as: Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied Here’s a simple solution. Solution – Notice:...
PHP – Verb Pronoun Adjective Into Noun – Match & Search Words
While finding out a PHP converter, which converts different parts of text into noun, like from verb to noun, I found a great solution...
Search Column Or Field Name In Tables Or Database
Are you looking for a MySQL Query to search for a specific field name or column name, existing in the tables of a database?...
Sphinx Command Line Search
If you are using sphinx and you want to search sphinx through command line, like in putty, terminal etc., there here is the command...
New iPhone5 Launched – Launch Of iPhone 5
Apple’s iPhone5 is finally launched on 12th September, 2012. As per the news, following are the updates of this new iPhone 5: The new...
Sub Query Order By – Union Order By – Sort
To use Order By in a Sub Query or Union Query, where you want to order two table ids in ascending or descending order,...
Array Merge Preserve Keys PHP
While merging two arrays in a new array through array_merge function, it resets the array keys (in integer) and sets the keys in ascending...
Block Google Images In Firefox
Here is a simple way of removing and blocking Google Images in Firefox. Even if you have blocked images in Firefox using plugins like...