<?php // Prepare for application Parsing {{{1 function ob_application_framer($content) { return "foobar"; } if (!isset($_GET['hello']) || isset($_GET['world'])) { echo "I am the right place"; // Line A ob_start('ob_application_framer'); // Line Z }
You have javascript disabled. You will not be able to edit any code.