How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

This article is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. Many developers who use MySQL for their databases may be pros at managing MySQL databases from the command line, but others really need a visual tool, something with a graphical interface, to use… Continue reading How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

Exploring WordPress Managers: ManageWP, CMS Commander & MainWP

In the previous part of this series, we talked about two popular WordPress managers out in the field. In this second part, we’ll be checking out a few more of them. Also, there will be one bonus tip about a core WordPress feature that may help you manage your (or your clients’) websites. So, without… Continue reading Exploring WordPress Managers: ManageWP, CMS Commander & MainWP

Hash Passwords With PHP 5.5

Almost every PHP developer would have to build an application that relies on a user login. This will involve the user of the website having a Username and Password which is stored in the database so they can login into your website. As passwords are stored in the database it is important that you hash these… Continue reading Hash Passwords With PHP 5.5