PHP - Superglobals and Web Context
You want to create a PHP script that reads two URL parameters,
a and b, adds them as integers, and prints the result. Which code snippet correctly does this?