MySQL Forums
Forum List  »  PHP

Re: webserver database loginsystem
Posted by: Peter Brawley
Date: August 05, 2019 12:24PM

Use BBCode code tags to preserve code formatting.

More info than "This code is not working" is needed.

Every MySQL call that can fail needs error trapping, for example assign the result of $stmt->execute() to a variable, test it for FALSE, also call mysqli_error($conn) and if appropriate mysql_num_rows($conn).

Options: ReplyQuote


Subject
Written By
Posted
August 05, 2019 09:45AM
Re: webserver database loginsystem
August 05, 2019 12:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.