Yeah, I mean it's only really basic at the moment.
Also It's kind of a CMS to build on, like I haven't added pages for a reason. As said in the first post "Bootstrapping refers to a self-sustaining process that proceeds without external help", meaning this script was built to be built on...
One day you'll get to that age where you don't "think" you're getting something for Christmas but instead Christmas is just a celebration day that you have with your family and get a few gifts, money from your parents of course.
I think I'm getting new Action Man dolls.
Update:
This project will now be more of a CMS. I have integrated a TPL system (RainTPL) to allow customisation of themes.
I am currently developing this script on two servers and it is "split in half" so I will have to merge the two before I can release this script. Currently developing a...
It's some mock up code I started working on last night at 3am haha, I'll have to change that. I've been so tired.
Thanks for your input, I'll try this code when I get back on the server however I have tried something very similar to this and it hadn't worked. Hopefully this will work.
Doesn't...
Haha silly typo c:
Thanks; I can then login with an account that doesn't use md5 to hash the passwords.
Problem is I can't login with an account that uses a hashed password when I change the bind param line to:
$stmt->bind_param("ss", $input['username'], md5($input['password']));
Can't get this to work
<?php
if(isset($_POST['submit'])){
$input['username'] = htmlentities($_POST['username'], ENT_QUOTES);
$input['password'] = htmlentities($_POST['password'], ENT_QUOTES);
if ($stmt = $conn->prepare("SELECT FROM users WHERE username=? AND password=?"))
{...
Depends who you know and where you live.
Where I live, you're shamed upon if you haven't lost it at 15.
I lost it 3 years ago.
They're even talking about lowering the age to 15 in the UK aren't they?