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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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