exec-sum : introducing a new URL notation scheme

2 examples :

example 1 :

http://localhost/tarot(deck'Original-Rider-Waite
',reading'3-Cards')/music(youtubePlaylist'ABCDEFG')

parameters decoded from the current website location (URL) =

array(2) {
["tarot"]=>array(2) {
        ["deck"]=>string(20) "Original-Rider-Waite"
        ["reading"]=>string(7) "3-Cards"
}
["music"]=>array(1) {
        ["youtubePlaylist"]=>string(7) "ABCDEFG"
}
}





http://localhost/jsonViewer(url'base64aHR0cDovL3NlZHVjdGl2ZWFwcHMuY29tL2pzb24ucGhwP2ZpbGU9L2hvbWUvcmVuZS9kYXRhLmpzb24mdmVyc2lvbj1jb25kZW5zZWQ=
')

parameters decoded from the current website location (URL) =

array(1) {
["jsonViewer"]=>array(1) {
        ["url"]=>string(76)
"http://seductiveapps.com/json.php?file=/home/rene/data.json&version=condense";
}
}





for more details, see :
https://forums.digitalpoint.com/threads/introducing-a-new-
url-notation-scheme.2797191/

due to mailinglist limitations, i can not repost the content here.
but you are most welcome to comment on it here, i'll check my mail in about
12 hours from now.

Reply via email to