CODERBYTE: PHP Age Counting In the PHP file, write a program to perform a GET request on the route https://coderbyte.com/api/challenges/json/age-counting which contains a data key and the value is a string which contains items in the format: key=STRING, age=INTEGER. Your goal is to count how many items exist that have an age equal to or greater than 50, and print this final value.
DISCLAIMER This is for test and educational purpose only, You may not use or facilitate the use of this code in connection with any infringement or other legal analysis concerning codebyte or anywhere.