Hello guys,
I am trying to make a proffessional website for http://minecraft-host.com and I cannot get the features to be symmetrical with the 'Features' line.
Here is my code:
That is correct. I have also tried:
$stmt = $db->prepare('SELECT confirmed,password FROM tbl_users WHERE email=:email');
$stmt->bindValue(':email', $email, PDO::PARAM_STR);
$stmt->execute();
if($stmt->rowCount() > 0){
foreach($stmt->fetchAll(PDO::FETCH_ASSOC)...
its stored in the database in as a string
And what if two have the same password? Also, I tried password_hash() and didn't get on with it as it kept messing up
the return is string because I was too lazy to check it on the other side to see if its a string or boolean. It always returns false and if I use the '==' it will always return true
Hello there,
I have this bit of PHP code which grabs a encrypted password from a DB and compares it to what is posted. This sometimes works but mostly won't.
Here's the code for the script (ofcourse without database connection):
$stmt = $db->prepare('SELECT confirmed,password FROM tbl_users...
I have a problem with the proxy for the curl. The proxy I am using works and I have done it manually myself with the proxy but the curl request always returns NULL