It stopped at:
Fatal error: Call to undefined method mysqli::execute() in /home/jvdydf5kad9w/public_html/tempusr/passwordhash.php on line 25
Line 25 is $convacc_cx->execute($sql,
I changed that to $convacc_cx->query($sql,
then I get:
Warning: mysqli::query() expects parameter 2 to be long, array given in /home/jvdydf5kad9w/public_html/tempusr/passwordhash.php on line 29
Warning: mysqli::query() expects parameter 2 to be long, array given in /home/jvdydf5kad9w/public_html/tempusr/passwordhash.php on line 29
Line 29 is just the ]);
??
That's what I was getting earlier today (and yesterday)