Category Archives: Web Development

How to Create a simple web page

Jul 04, 2012

Even though you can make a webpage without knowing HTML, you will have predictable problems no matter what webpage editor you’re using and you will..

Read more

How to install phpmyadmin on windows pc

Jul 03, 2012

phpMyAdmin allows you to control your MySQL server from a web browser. You can create databases, tables, mysql users, as well as setting privilages for..

Read more

How to Create a Secure Login Script

Jul 02, 2012

Have you ever worried that your login scripts are insecure? For assurance, follow this guide on how to create a secure login script in PHP..

Read more