Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[26 / 3 / ?]

PHP help

No.1491367 View ViewReplyOriginalReport
My PHP code works, but I get a million errors.
It says
>Undefined array key
>Undefined variable

All variables that I define inside a mysql fetch while loop work, but trigger an error.
All variables that I $_GET from the url directly get an error too. Why would they need to be defined beforehand, and how?