Categories

Syndicate

HostGator.com

Prevent Duplicate Form Submission

Listed under

Learn how to use PHP sessions to prevent duplicate form submission or re-submission.

Click to continue

Comments

PHP MySQL Login Script

Listed under

Login and user authentication is the most common feature in any dynamic website. Read this article to learn how to develop a login module of your own.

Click to continue

Comments [18]

Problems while using PHP sessions

Listed under

Lists some of the common problems faced while using sessions in PHP and how to deal with them.

Click to continue

Comments [1]

Getting started with PHP sessions

Listed under

HTTP is a stateless protocol. That is, a HTTP request to a website has no information or record of the preceding requests. This is where sessions come into picture. Sessions is a mechanism to preserve data across subsequent accesses. Using sessions, a website is able to maintain state, that is, remember which requests they received previously. Without sessions, websites would have not have progressed beyond simple static HTML pages.

Click to continue

Comments

More PHP Articles

Turnkey Templates