Search found 5 matches

by james7801
Mon Jan 05, 2009 4:23 pm
Forum: PHP - Code
Topic: login page simple question
Replies: 6
Views: 199

Re: login page simple question

oh yea so simple

great idea

thanks for all the help guys
by james7801
Mon Jan 05, 2009 4:16 pm
Forum: PHP - Code
Topic: login page simple question
Replies: 6
Views: 199

Re: login page simple question

is there no way of keeping it on the same page?
by james7801
Mon Jan 05, 2009 3:20 pm
Forum: PHP - Code
Topic: login page simple question
Replies: 6
Views: 199

Re: login page simple question

oh i see what you mean

waiting for 5 secs isnt really that professional

is there any other things i can try

any good tut
by james7801
Mon Jan 05, 2009 1:50 pm
Forum: PHP - Code
Topic: login page simple question
Replies: 6
Views: 199

login page simple question

cant seem to get this code to display a error on same page if the login wrong thank you if you can assist <form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input name="myusername" type="text" id="myusername"> <...
by james7801
Sun Jan 04, 2009 3:54 pm
Forum: PHP - Code
Topic: login help php newbie
Replies: 1
Views: 220

login help php newbie

hello all Im creating a website that will have many users logings containing; stats, offer, etc I have the login complete from this tut http://www.phpeasystep.com/workshopview.php?id=6 however I would like it so if the user supplies a wrong password or username they stay on the same page and I would...