Browsing Category
PHP & MySQL
Selecting random record from MySQL database
The simplest way of selecting random rows from the MySQL database is to use "ORDER BY RAND()" clause in the query. The post will…
Guide to securing your WordPress site
The number of WordPress sites that get hacked every day is measured in thousands! Most of those incidents can be easily prevented…
Symfony Live London 2015
Last Friday 18/09/2015 Symfony Live London 2015 took place at the QEII Conference Centre, close to the Houses of Parliament and…
Validate User Gravatar For Specific Email Id
Gravatar is one of the most common used service used widely on WordPress blogging platform. Gravatar is used for providing globally…
Symfony2: app_dev.php allow access only to IP address
The post will give a demonstration how to access Symfony2 dev environment with an accessible IP address.
Getting Started with SQLite3
Relational databases have been in use for a long time. They became popular thanks to management systems that implement the…
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket…
The post will show how to solve the above error.
MySQL Database won’t start in XAMPP Manager-osx
The post will show to fix mysql problem on xampp. MySQL won't start in my manager-osx application. It doesn't throw me an in…