| Developing a Login System with PHP and MySQL |
Date Submitted: 10th of January 2005 |
Most interactive websites nowadays would require a user to log in into the website's system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user's preferences. |
| PHP and Cookies; a good mix! |
Date Submitted: 10th of December 2004 |
Cookies have long been used in PHP scripts,
and are a very useful function. But what exactly are cookies?
Maybe you have used then, but you still don't know exactly what
they are. Or you are completely new to cookies? It doesn't
matter, because in this tutorial I will show you exactly what
cookies are, and what they are used for. |
| Quick Intro to PHP Development |
Date Submitted: 30th of November 2004 |
Chances are that if you’ve been around the Internet long enough,
you’ve heard of server-side scripting languages such as PERL,
ASP and ColdFusion. These are all popular languages that are
used to add interactivity to Web sites, but one stands out from
the crowd in terms of usability, power, and, yes, price: the PHP
scripting language. |
| MySQL Database Handling in PHP |
Date Submitted: 30th of November 2004 |
Most interactive websites nowadays require data to be presented
dynamically and interactively based on input from the user. For
example, a customer may need to log into a retail website to
check his purchasing history. In this instance, the website
would have stored two types of data in order for the customer to
perform the check - the customer’s personal login details; and
the customer’s purchased items. This data can be stored in two
types of storage - flat files or databases. |
| Introduction to PHP Functions |
Date Submitted: 30th of November 2004 |
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks. |
|
|