PHP & MySQL Selecting random record from MySQL database Panayiotis Georgiou 19/03/2016 0 The simplest way of selecting random rows from the MySQL database is to use "ORDER BY RAND()" clause in the query. The post will…
PHP & MySQL Guide to securing your WordPress site Panayiotis Georgiou 24/02/2016 2 The number of WordPress sites that get hacked every day is measured in thousands! Most of those incidents can be easily prevented…
Apache Symfony Live London 2015 Panayiotis Georgiou 21/09/2015 0 Last Friday 18/09/2015 Symfony Live London 2015 took place at the QEII Conference Centre, close to the Houses of Parliament and…
PHP & MySQL Validate User Gravatar For Specific Email Id Panayiotis Georgiou 17/09/2015 1 Gravatar is one of the most common used service used widely on WordPress blogging platform. Gravatar is used for providing globally…
Apache Symfony2: app_dev.php allow access only to IP address Panayiotis Georgiou 28/06/2015 0 The post will give a demonstration how to access Symfony2 dev environment with an accessible IP address.
Mobile Development Getting Started with SQLite3 Panayiotis Georgiou 14/05/2015 0 Relational databases have been in use for a long time. They became popular thanks to management systems that implement the…
PHP & MySQL ERROR 2002 (HY000): Can’t connect to local MySQL server through socket… Panayiotis Georgiou 22/04/2015 0 The post will show how to solve the above error.
Mac OS X MySQL Database won’t start in XAMPP Manager-osx Panayiotis Georgiou 15/04/2015 16 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…