Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[PHP] Login Tutorial / No Mysql / DarkCoder

Custom Title Activated
Loyal Member
Joined
Jun 28, 2007
Messages
2,986
Reaction score
3
It should've been

<input type="password" name="password" />

or

<input type="password" name="pass">

:p
 
Junior Spellweaver
Joined
Jun 17, 2007
Messages
116
Reaction score
1
yeah,, xD

and one thing i've never understood,, why do some people add a '?' at the end of the
'action' link?
 
duck you, I'm a dragon
Loyal Member
Joined
Apr 29, 2005
Messages
6,407
Reaction score
130
It doesn't matter really, "?" Is used to separate the file name from variables that are being passed through an url. But in this case "post" is used so the variables aren't passed through the url. Thus it has no use.
 
hello
Loyal Member
Joined
Jun 24, 2004
Messages
726
Reaction score
158
Angry it's called GET method and it's an option to pass variables further.
 
Junior Spellweaver
Joined
Jun 17, 2007
Messages
116
Reaction score
1
It doesn't matter really, "?" Is used to separate the file name from variables that are being passed through an url. But in this case "post" is used so the variables aren't passed through the url. Thus it has no use.

yeah,, thats why i've never understood it xD
since most of them have used it with a POST method

Angry it's called GET method and it's an option to pass variables further.

-.-'
 
Junior Spellweaver
Joined
Jun 17, 2007
Messages
116
Reaction score
1
nope,, i've actually never used the get method :p
 
Custom Title Activated
Loyal Member
Joined
Feb 27, 2004
Messages
1,378
Reaction score
50
$_GET $_POST .. what the difference anyone experienced enough can still send false info to both of them. $_GET just make a bit easier ^^
 
Junior Spellweaver
Joined
Jul 6, 2008
Messages
173
Reaction score
2
I wanna say i used the type=text to show to viewer that the password was truly correct. And theirs nothing bad about the $_GET method, you can either delete your viewing history your make sure you don't got a backdoor.

Cause keyloggers could find any password out anyway.

I know php very well now, i just like to start viewers of a basic to a more of a expert stage.

Sorry if i look like a Special person :punch:
 
Back
Top