Archive for March 12th, 2008

Introduction to PHP sessions and MySQL documentations

Wednesday, March 12th, 2008 90 views

While getting a more proficient understanding of how PHP works, you will find out that one of the nifty things it can accomplish is talking to a MySQL database server, another is using sessions. Sessions are useful when we want to keep track of users as they browse through a ...