PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
//http://example.com/?site=http://www.youtube.com/watch?v=S8zhmiS-1kw&ThisGets=CutOff
echo $_GET["site"];
//returns "http://www.youtube.com/watch?v=S8zhmiS-1kw"
//This, "&ThisGets=CutOff" because of the "&"
//How do I make $_GET["site"]== http://www.youtube.com/watch?v=S8zhmiS-1kw&ThisGets=CutOff