Jump to content

A000rf-3

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by A000rf-3

  1. Database Structure: email (Primary Key) - varchar(50) // Email address fname - varchar(30) // First name lname - varchar(30) // Last name pw - varchar(20) // Password id - varchar(50) // Session ID (Unix time value for valid session) I need help validating user login and session time for the code in php. main.php index.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.