Return to Code Samples
PHP/MySQL Logo

PHP/MySQL Code Samples

Browser Error:
Use Mozilla 2+ or Chrome 4+ or IE 9+ browsers for Canvas support!!

Sample 1 - Simple Session Authentication

Login to see samples 2 and 3.
Clicking on the login button below will athenticate Username and Password against MySQL DB table and if authneticated, set a PHP session cookie and reload the page displaying samples 2 and 3.
You can navigate away and back to this page without relogging in.
Username: demo
Password: demo (case sensitive)

Login

  

The Javascript and sample.php Code

Return to Code Samples