Click to See Complete Forum and Search --> : login/logout


zachzach
11-08-2003, 06:48 PM
I need a login/logout thing that'll remember you till the sesion ends. I need it also to remember WHO you are.Thats all I need.

zachzach
11-08-2003, 07:44 PM
and where you can store stuff like email, homepage ect...Just a nice, clean, easy to use simple one.

chrismartz
11-09-2003, 11:06 AM
check out http://aspin.com/home/webapps/usermanage. It has many free downloads to do this but some you pay money for

PeOfEo
11-09-2003, 02:05 PM
you can have the email and everything ion a data base and when you set the user id equal to a session variable you can do the same with an email. You will just need to roll up your sleves and add a few extra lines to have all of that in the session.

zachzach
11-10-2003, 06:45 PM
well, im not good at asp, and I need it by the end of the week(dont ask).In fact, I need it now really, I need to finish 2 interactive sites by the end of this week(the client I'm working with gave me 2 weeks!Insane!And he wants this really big, good website.And hes paying me really bad, but im not geting many clients, so i have to endure, lol)

chrismartz
11-10-2003, 07:51 PM
did any of these posts help at all? why are you doing programming if you don't even know how??

zachzach
11-10-2003, 08:21 PM
Whoa, what are you crazy(jokeing)!I know how to program, im just not very good at asp. I can do VBscript an javascript and all that kinda stuff but ASP is confusing TO ME.

PeOfEo
11-11-2003, 12:21 AM
Looks like you need to curl up with a nice thick book :D

chrismartz
11-11-2003, 10:43 AM
DID THESE POSTS WE POSTED HELP YOU OR DO YOU NEED MORE?

zachzach
11-11-2003, 03:49 PM
no, im ok, my servers gone nuts and someone gave me a php login that very good and fits my needs, thanks anyway

PeOfEo
11-11-2003, 05:39 PM
Um, if you are using a php login, do you know if your server even supported asp to begin with? Are you using apache or iis with php binaries or whatever.

zachzach
11-11-2003, 05:53 PM
usin a online server, do you think apache is good how much does it cost im thinking about it, I've heard tons of good stuff about it so...

PeOfEo
11-11-2003, 06:49 PM
Its free. But if your hosts supports php, that means they might not be on a ms os which means they would not be supporting asp. So is asp even work to begin with?

zachzach
12-04-2003, 07:58 PM
ok i got it done with php and enhanced it with asp(my home pc server supports php and asp...), but thanks anyway!

pyro
12-04-2003, 08:30 PM
Why would you do something with PHP and enhance it with ASP? Actually, how would you do that? Weird... :rolleyes:

zachzach
12-05-2003, 01:19 PM
asp pages i like better for hard things cuz im used to them...

easy just use querystrings...
header(Location: asppage.asp?blah=$variable)

and the asp page...

dim variable1
variable1 = Request.QeryString("blah")

pyro
12-05-2003, 01:44 PM
So, you send your variables from a PHP page to an ASP page? I still cannot see the benefit of doing so... Just pick one and stick with it...

zachzach
12-05-2003, 05:24 PM
because i am making a more advanced application and i am not as familiar in php then in asp. i made my application in asp.

php is kinda anoying it doesn't let you have application wide variables or session_onstart() and other stuff. The application used tons of that kinda stuf so thats why im using asp and not php.

pyro
12-05-2003, 05:37 PM
Originally posted by zachzach
php is kinda anoying it doesn't let you have application wide variablesA global include file would possibly work well...

PeOfEo
12-05-2003, 06:34 PM
I think asp might be a lil more conveinient for the application and session variables from what i have read :rolleyes: But I cant say that from experience since I do not use php. ASP has the global.asa etc.

zachzach
12-06-2003, 01:27 PM
yes but i want to change the variables permanently, not just for one page and one user, plus, again, global.asa i use like every 20 seconds

PeOfEo
12-06-2003, 01:34 PM
zach, why don't you put the dot net framework on your server and toss in asp.net on your hosting list?

zachzach
12-06-2003, 06:08 PM
well, my hosting person for my domain is apache(damn them...oh well) but my home pc server supports .net and asp.net and that stuff....i just haven't learned it. I just leared asp and php and some other stuff in the last 2 weeks so my mind is kinda jumbled right now...lol