oh yea so simple
great idea
thanks for all the help guys
Search found 5 matches
- Mon Jan 05, 2009 4:23 pm
- Forum: PHP - Code
- Topic: login page simple question
- Replies: 6
- Views: 199
- 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?
- 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
waiting for 5 secs isnt really that professional
is there any other things i can try
any good tut
- 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"> <...
- 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...