MySQL Forums
Forum List  »  Newbie

Re: localhost php sqli
Posted by: Stan Kruger
Date: November 25, 2022 07:13PM

Resolved. This was a strange error.

after "if ($conn)" there was a single character that visually appeared to be whitespace. However, the interpreter must have been reading it as <something else> (or maybe the carriage return was unusual somehow). Replacing the <not-a-whitespace> with an <actual whitespace> (or with nothing) resolved my problem.

Options: ReplyQuote


Subject
Written By
Posted
November 25, 2022 03:45PM
November 25, 2022 03:49PM
Re: localhost php sqli
November 25, 2022 07:13PM


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.