View Single Post
  #2 (permalink)  
Old 04-29-06, 10:38 PM
Kethinov Kethinov is offline
New Member
 
Join Date: Apr 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
In order to accomplish this on a single page, you simply need to know how to make forms and handle the $_POST variables. If you want to be able to have users login and track their session across multiple pages, you'll need to learn how to use $_SESSION variables as well.
Reply With Quote