12-04-2011, 12:13 PM
Great job ! Thanks
Easy but cool ;)
Easy but cool ;)
---------
[PHP] Very Basic Login Page
|
12-05-2011, 05:30 AM
So how's your ebook? =3
Anyway thanks for replying.
12-05-2011, 01:44 PM
Thanks for the login page this will help me more
12-07-2011, 04:14 PM
You could have used the empty() function instead of
PHP Code: If ($_POST["text"] == "" || $_POST["pass"] == ""){ echo '<script>alert("Please enter something into the text boxes!")</script>';
06-21-2012, 02:34 PM
(06-07-2012, 07:47 PM)RubiksHQ Wrote: You could have used the empty() function instead of Technically speaking, empty is a language construct, not a function. The most obvious difference between a language construct (that requires parenthesis) and a function is that you are unable to have a variable as a name for it (unlike in a function). PHP Code: $a = 'empty'; @BreShiE, there's no need for you to question if there is input in the third IF statement because the ELSE part of the second IF statement will make sure of that.
08-09-2012, 10:51 AM
I'll use this for learning. I've been getting into PHP and MySQL lately. Thanks
07-11-2013, 05:57 AM
(This post was last modified: 07-11-2013, 05:58 AM by 1n9i9c7om ツ.)
The login details are directly saved, don't know what you guys tell about text files
@Rwkeith, it doesn't use a database. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers | tk-hassan | 0 | 936 |
07-27-2020, 11:26 PM Last Post: tk-hassan |
|
[help] Improve login script | Montana" | 1 | 1,730 |
03-18-2013, 12:59 PM Last Post: Haxalot |
|
Don't need to login | Strafeness | 5 | 2,036 |
01-21-2012, 08:28 AM Last Post: AceInfinity |
|
PHP Video Tutorials (PHP For Beginners) | Eleqtriq | 4 | 3,659 |
10-10-2011, 01:00 PM Last Post: Greyersting |
|
PHP error on page submit | kaosjon | 7 | 2,709 |
09-18-2011, 03:31 AM Last Post: AceInfinity |