How to change WordPress default email From name and address?

There are many method to change default wordpress email settings. Here you can see two methods. FIRST ONE: Very easy, just download the plugin (Change WP eMail) and install and configure it. SECOND ONE: It is very easy too 😀 and I like this one. First of all you need to find and open functions.php … Continue reading How to change WordPress default email From name and address?

PHP code to execute MySQL script

There are advanced and comfortable tools to manage your MySQL databases (i.e.  server side: phpMyAdmin, client side:  SQLyog). But sometimes you can not use those tools and need the ability to execute some SQL script on server by your own hands, easy and fast way. What to do in such situation? Use this PHP code … Continue reading PHP code to execute MySQL script