Last active
          June 22, 2021 12:20 
        
      - 
      
- 
        Save annelyse/f8af49bc8c085860f62261e1e92c39af to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $url = 'url'; | |
| parse_str( parse_url( $url, PHP_URL_QUERY ), $my_array_of_vars ); | |
| $videoId= $my_array_of_vars['v']; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment