How to Create youtube.com PHP Video Page

A

Anonymous

Guest
Here is the Method for youtube.com Video embed Php Code:
You can see URL Here "https://www.youtube.com/embed/XXX" .Here XXX You need to put this PHP Code "< ? php echo $_GET['id']; ? > " You Should need to Remove Space between < ? and php from start Example < ? php and at end you only need to remove space between ? and > .Write Like ? > .Because it will not work if you keep space between them.When You do you can easily embed Youtube.com Videos on Your website or page.That's how you can create Php Pages for Youtube.com .
 
Back
Top