-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisplay.php
More file actions
27 lines (17 loc) · 852 Bytes
/
display.php
File metadata and controls
27 lines (17 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/* @project Cecilomar PlayCode
** @author Cecil O. Almonte <[email protected]>
** @copyright 2014 Cecilomar Design, Inc.
** @license GNU GENERAL PUBLIC LICENSE Version 3 (GPL V3)
** @git https://github.com/cecilomar/playcode/
** @file https://github.com/cecilomar/playcode/blob/master/cecilomar_playcode/parsed.php
**/
///////////////////////////////////////////////////////////////////////////////////////////////////
// Import jSon data
///////////////////////////////////////////////////////////////////////////////////////////////////
// Get dataID from URL
// Parse jSon into PHP Variables
///////////////////////////////////////////////////////////////////////////////////////////////////
// Import & Parse HTML Template
///////////////////////////////////////////////////////////////////////////////////////////////////
?>