Re: localhost php sqli
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.
Subject
Written By
Posted
November 25, 2022 03:45PM
November 25, 2022 03:49PM
Re: localhost php sqli
November 25, 2022 07:13PM
Sorry, only registered users may post in this forum.
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.