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:
PHP [login]
Started by nikabika97, Sep 29 2010 07:32 AM
3 replies to this topic
#1
Posted 29 September 2010 - 07:32 AM
|
|
|
#2
Posted 29 September 2010 - 09:24 AM
Please HELP
#3
Posted 29 September 2010 - 10:43 AM
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:
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
Posted 15 October 2010 - 04:17 AM
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...


Sign In
Create Account

Back to top









