Jump to content

PHP [login]

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
nikabika97

nikabika97

    Newbie

  • Members
  • Pip
  • 2 posts
well,
I'm trying to write PHP script, which will check information on some site (it doesn't matter).

all things are done but I have little problem:
I want to use this script on site, where I have to login before checking any information.


I know that it can be done somehow.

can someone give me that script? :rolleyes:

#2
nikabika97

nikabika97

    Newbie

  • Members
  • Pip
  • 2 posts
Please HELP

#3
SoN9ne

SoN9ne

    Programmer

  • Members
  • PipPipPipPip
  • 129 posts
Try using Google...

Your post is simply, can someone give me a script? I'm too lazy to search myself....

You can look for scripts at Welcome to the PHP Classes Repository - PHP Classes.
I would suggest you do some research on the matter because security is something you should be concerned about.
Log in scripts can open the door for major security vulnerabilities if you're not careful.

I would suggest reading php.net's session manual before you get started. session_regenerate_id() is one in particular that you should pay attention to.

Hope you find your answer. :cool:
"Life would be so much easier if we only had the source code."

#4
noprobz09

noprobz09

    Newbie

  • Members
  • Pip
  • 8 posts
It's better to post your codes here and we will try to help you...please do not be LAZY in posting your codes here...