So what is good security on a login/register script and the script which controls the process of managing and detecting whether or not a user is logged in at any given point in time. After having made this post about how when I searched Google using the phrase “Secure PHP Login” and I got mostly [...]
By sammaye
|
Also posted in Concept, PHP, Programming, Standards, Web Development
|
Tagged Login, PHP, register, Secure Session Handling, security, User, User Management, User Session
|
December 1, 2009 – 8:53 pm
Hello and welcome I have been off recently working on something new for my video site. I thought I would produce some sort of tutorial on here so others can understand how to customize their JQuery galleries. I will be starting to talk you through the process of producing the end product in a couple [...]
November 9, 2009 – 10:58 am
Even bigger note: This page is outdated See here for an updated version Note: The bugs within this post have been fixed, however, this article is still old I will be updating with the fixed and perfect version as soon as I get my server running correctly again. I see a lot of web developers [...]
November 9, 2009 – 10:54 am
This tutorial will teach the reader how to create database sessions for their PHP and MySQL website. By the end of the tutorial the user should be able to confidently add PHP database sessions to their website and understand how using these type of sessions is better than normal text file based sessions. Tutorial Note: [...]
November 9, 2009 – 10:52 am
LAMP – Linux Apache MySQL PHP server which can often have parts of the removed for other languages such as Perl or Prostge SQL but most commonly known as Linux Apache MySQL and PHP. Lamp is the first letter combination of the build up of a typical Linux based server. In this tutorial we will [...]