PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select version() as Version;
Copy Clear
Copy Format Clear
<?php $_SERVER["REQUEST_URI"] = "url?q=https://github.com"; $subject = $_SERVER["REQUEST_URI"]; preg_replace_callback_array( [ '~url\?q\=(.+?)\&~' => function ($match) use (&$setnew){ echo "loading... [" . $match[1] . "]"; $setnew = true; } ], $subject ); // proxy engine if ($setnew == true) { } else { // Load google echo file_get_contents("https://google.com"); }
Show:  
Copy Clear