Category results for: Development

Posted on , Development

Sequel Pro on Dreamhost

If you are doing any work with a database you probably have used phpMyAdmin. It is an excellent tool, and for a lot of tasks, I prefer to use it. But when it comes down to QA or debugging of data on an established database I like to use an application. For the Mac, I…

Posted on , Development

Php User Login With Sessions

This is a tutorial more or less on principles for sessions with PHP. It’s more about the big picture and meant as a stepping stone for further exploration. The principal behind a user login is simple, Don’t show private or secured information to non-members. By using sessions you can: Secure content from others. Show custom…