= 5.1.4 * This sample is run from within a web browser. These files are required: * session_details.php - a script to view log output and session variables * operations.php - the main logic, which interfaces with the YouTube API * index.php - the HTML to represent the web UI, contains some PHP * video_app.css - the CSS to define the interface style * video_app.js - the JavaScript used to provide the video list AJAX interface * * NOTE: If using in production, some additional precautions with regards * to filtering the input data should be used. This code is designed only * for demonstration purposes. */ session_start(); ?> YouTube data API Video Browser in PHP - Session Viewer

Session variables


$value) { print '

'. $key . '

'. $value .'

'. '
' . ''. ''. '

'; } ?>
back