So I'm trying to make a page similar to this one. http://freestreamtube(dot)net If you use a url such as http://freestreamtube(dot)net/?file=Watch Spongebob Online the page title and some of the text on the page changes dynamically. You can put anything you like after the file= and it changes. How do I do something like this?
A piece of php that takes the parameter "file" from the URL and make it a title and some other variable in the body. Patrice