From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../Zend/Gdata/YouTubeVideoApp/session_details.php | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100755 zend/demos/Zend/Gdata/YouTubeVideoApp/session_details.php (limited to 'zend/demos/Zend/Gdata/YouTubeVideoApp/session_details.php') diff --git a/zend/demos/Zend/Gdata/YouTubeVideoApp/session_details.php b/zend/demos/Zend/Gdata/YouTubeVideoApp/session_details.php new file mode 100755 index 0000000..dd4e996 --- /dev/null +++ b/zend/demos/Zend/Gdata/YouTubeVideoApp/session_details.php @@ -0,0 +1,66 @@ += 5.2.11 + * 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 +
-- cgit v1.2.3