looking for good login script
-
user needs to be able to log in and be directed to a gallery that is specific to that log in. The admin needs to be able to change these id's periodically as well. The biggest issue for me is how am I going to redirect to a specific directory on their site without having the address be http://mysite.com/gallery1 or http://mysite.com/gallery2 and have the directory only be accessible by people with the correct login. thx, M@
-
user needs to be able to log in and be directed to a gallery that is specific to that log in. The admin needs to be able to change these id's periodically as well. The biggest issue for me is how am I going to redirect to a specific directory on their site without having the address be http://mysite.com/gallery1 or http://mysite.com/gallery2 and have the directory only be accessible by people with the correct login. thx, M@
It depends what environment you are working with. ASP.NET has built-in security such as this. PHP, you'll have to find some code or do it yourself.
I know the language. I've read a book. - _Madmatt
-
It depends what environment you are working with. ASP.NET has built-in security such as this. PHP, you'll have to find some code or do it yourself.
I know the language. I've read a book. - _Madmatt
Sorry, I should have put that in the original post. I'm pretty sure it's a linux server which means PHP.
-
Sorry, I should have put that in the original post. I'm pretty sure it's a linux server which means PHP.
In that case, there are many sources, perhaps this will give you a start, http://www.phpeasystep.com/phptu/6.html[^]
I know the language. I've read a book. - _Madmatt