Random tips and MySQL stuff.

PHP Toy

In this tutorial, I will show you how to quickly prepare a login screen to your PHP/MySQL web-application.  You will be introduced to Sessions, PHP functions, SQL query, MD5 encryption and PHPMyAdmin. Prerequisites: Some basic knowledge of the C programming language or the PHP scripting language, a fully functional development environment (see WAMP Server Setup.. read more →

09 Nov 2012
November 9, 2012

WAMP Server Setup Guide

2 Comments

Quick and easy way to setup a PHP+Apache+MySql Development Environment on Windows. In this article I will show you how to quickly setup an environment to get you started with building (or learning to build) PHP/MySQL applications and websites. One of the simplest package to use is WAMP Server (for Windows development environment). The acronym.. read more →