Login Script

geo

Beta member
Messages
2
Hey,
I was wondering if you guys could make me a login script.
And can it use MYSQL and PHP. And if possible can it also have an admin panel and sign up script.
 
No, i am a PHP programmer but the one i made was well, pretty crap lol.And it isnt a College Assesment.
 
Why? Just query for the username and password, if they match they are in. Simple enough for anyone who calls themself and PHP programmer.
 
Why? Just query for the username and password, if they match they are in. Simple enough for anyone who calls themself and PHP programmer.

i hope you do know if you do this you can inject a query to display the username and password

thats called 'SQL injection'
you can fix this by changing the script
 
What David said is correct, however so is JTR. If you don't want a lot of security, you can do this extremely simply using PHP/SQL, but if you want more security you'll have to find another way :)

Itsme
 
Back
Top Bottom