Jump to content

[SOLVED] Question about sessions


felgus

Recommended Posts

I had someone do my Login data and stuff. But before you can even do anything with it, the first thing i learned is you are going to need to have a database and know how to use SQL, PHP, and MySQL. Another thing is you need to use this

<?php session_start(); ?> 

This will allow all sessions to start and work. Then You need to write out a script with using sessions, cookies or what ever.

 

You will need to recall things in your database and within the script as well.

 

I hope something made since and you understood :P

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.