Search found 5 matches

by Scholes
Fri Apr 21, 2006 12:27 am
Forum: PHP - Code
Topic: Login Session Problem....
Replies: 9
Views: 292

Of course I know what's goin on in my code....the only thing I don't understand is the session stuff at the end...
by Scholes
Thu Apr 20, 2006 2:44 pm
Forum: PHP - Code
Topic: Login Session Problem....
Replies: 9
Views: 292

hmm I changed most things like you guys said but it's still not working :? my code looks like this at the moment: <?php if (isset($_POST['gebruikersnaam']) && isset($_POST['wachtwoord'])) { $username = $_POST['gebruikersnaam']; $password = $_POST['wachtwoord']; } else { echo "Voer uw ge...
by Scholes
Thu Apr 20, 2006 1:55 pm
Forum: PHP - Code
Topic: Login Session Problem....
Replies: 9
Views: 292

oh I see I've made some pretty newb mistakes. Thx alot. I'll give it a try!
by Scholes
Thu Apr 20, 2006 12:27 pm
Forum: PHP - Code
Topic: Login Session Problem....
Replies: 9
Views: 292

oh damn I should have used php tags. Sorry about that :lol:
by Scholes
Thu Apr 20, 2006 12:25 pm
Forum: PHP - Code
Topic: Login Session Problem....
Replies: 9
Views: 292

Login Session Problem....

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I've been...