I have an array and PHP and when I print it out I can see the values I need to access, but when I try accessing them by their key I am getting a PHP Notice. I printed the ar
Just put error_reporting(0); in you method or at start of file. It will solved your issue.