Jump to content

$_GET of YouTube

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
dunnkers

dunnkers

    Learning Programmer

  • Members
  • PipPipPip
  • 31 posts
How does youtube $_GET the video to watch? Theres no extension on the watch...

Example:
www.youtube.com/watch?v=abcdefg


#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Apache will defer the extention if there are no other files named 'watch.*'. for example index.php may be either of these:
/?
/index?
/index.php?

Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.