09-04-2011, 09:45 PM
(09-04-2011, 04:23 PM)Orgy Wrote: Then you can still use $_SERVER['REMOTE_ADDR']
;)
You could, but then you are using a already used function making the site load slower
(09-04-2011, 05:18 PM)Orgy Wrote: I think everyone starts with an IP logging script. Not a bad thing, really; if you make a half-decent one, you can learn quite a bit.
You should of put almost. Because i sure didn't. I learned PHP by learning how to make Nuke-Evolution modules. lol
(09-04-2011, 05:41 PM).edit Wrote: My most recent project was a login page.
It has a register button which when you register, submits the data to a mysql database.
When you login it verifies the data, and then proceeds to display a 'Logged in successfully' or 'The username or password is incorrect.'
It's not very secure, as I didn't really want to bother with making it secure.
Well if it isn't going to be used publicly, then it really don't matter if it is secure or not. Just for like a tutorial to put out there or a snippet, then it would be cool. Other than that i always recommend making it secure. Just saying