Wanted to share this login see if it's secure enough? maybe someone can give me some ideas to make it more secure :)
if(isset($_POST['username'], $_POST['password'])){
$user1step = strip_tags($_POST['username']);
$pass2step = strip_tags($_POST['password'])...
So I'm working on something right now, I've been looking for a solution for quite some time, kinda new to pdo.
So basicaly i have a table here:
and I'm trying to make it so when i maint = 0 there will be a green check on the site (as in, maint = enabled)
but my code is not working, not sure...
Ghosts is garbage. It's funny how infinityward stated that Ghosts will be the next generation of call of duty, however Treyarchs Black Ops2 looks so much more next gen.
Introduction-
It's been a while since I've released anything, so here's my little thingy I made with using Construct 2, Html canvas.
I really didn't do much in this, all I did was edit a few things here and there and stuff, only a silly little project.
Technologies-
Html5 canvas
JQuery
What's...
Thanks. The main classes aren't really finished yet though. Like, as you can tell the database class isn't really a class. Just something to connect, for now anyways. I'm trying to get adjusted to PDO :)
Something's wrong with the Database. Looks like you've missed a column in the sql you've downloaded. Either that or the catalogue SQL is out of date for your Emulator.
ReachPHP 0.0.2
- By Griimnak
Introduction-
ReachPHP is what I've written to manage my site. I though I'd share it to the community for educational usage. It's a developer release, meaning you can edit, extend and rename it if you'd like.
Technologies-
PDO Database
PHP CMS
MySQL DB Driver...