Search found 3 matches

by apc
Thu Jun 29, 2006 6:09 am
Forum: PHP - Code
Topic: $_SESSION not maintained
Replies: 3
Views: 279

Hey Jenk.

I could kiss you right now.


The only way it worked is like you said when I put session_start() at the very top of the page.
Putting it a little bit lower made the entire thing not work.

Thanks a lot!!!
by apc
Thu Jun 29, 2006 5:50 am
Forum: General Discussion
Topic: Are you antisocial?
Replies: 18
Views: 1472

I find it way easier to force my computer to do things then to make people do things. It is so much easier to get along with, it don't complain , bitch or anything So when you say people are incompitant I know exactly what you mean and you are so right. I like to socialize once in a while, but I wou...
by apc
Thu Jun 29, 2006 5:41 am
Forum: PHP - Code
Topic: $_SESSION not maintained
Replies: 3
Views: 279

$_SESSION not maintained

Hey everyone. I recently started developing in PHP and I'm pretty n00b. Anyhow, I finally made a code that validates a user login and it worked nicely on the IIS installed on my PC. I'm using $_SESSION to pass parameters between pages. Like I said it works perfectly on my PC. After I've uploaded the...