Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:326003 php.internals:98371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93041 invoked from network); 1 Mar 2017 20:31:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2017 20:31:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=rene.veerman.netherlands@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rene.veerman.netherlands@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.177 as permitted sender) X-PHP-List-Original-Sender: rene.veerman.netherlands@gmail.com X-Host-Fingerprint: 209.85.220.177 mail-qk0-f177.google.com Received: from [209.85.220.177] ([209.85.220.177:33723] helo=mail-qk0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/23-65343-98F27B85 for ; Wed, 01 Mar 2017 15:31:06 -0500 Received: by mail-qk0-f177.google.com with SMTP id n127so90289486qkf.0; Wed, 01 Mar 2017 12:31:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=uH35qwNUFQdL+pb9RLWNkaAQdUKknnhaFrLbVmoJLBE=; b=Vibu8i221eOJJcQvfwSAj7OeqkEyrbmMW64K18qQv+rlg6jehaMHhejK5s9DOBahro JuR8UqU7TcQw0wAIjB3ozpvXCz7v7h/N1E4Z99MMBILJU2lq9nTYGksf5ILKQeD4XF8s EdAWWzMml/lM7otSzFSiRhrRPulHTVa3QL9PHe9KdSM7hKLN/NEBr+9t4HJiVgXhEzAS t9YMyZCdF8SsDw8itEsLWq6PLYCXUhju+U+QxeOmgTNpF0nnIngxwC1clMLtVtxj3kqg 9u5vt/8QxSgLJcppIlHanuOHwRksJZsDq8dk74Za+Y6Is+ap954AFcl2a4KlLIMrw2hV 8u9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=uH35qwNUFQdL+pb9RLWNkaAQdUKknnhaFrLbVmoJLBE=; b=j09A6lM9QUimWbSX8YQWPD8T8SFHzUyGg515hQwiUchviaLIaEUG5CAkDZ+uGmcG/Y hiqf359KRkTV9vuKDvK6wmde0u2lFkOnu3B+Ms9LIvGOBLElXx6ISa/OIgjvrV+p49p/ oJfQ7srJU21z0CbzNmQE3F2zzH29kgpzM5rOHVqEjUMpsTis0oDaHe0WXx1w9Et+ikdX htWjIBdjWJviqTz1652+Eh5eZcttwv/TDAT0Y/stbXpy6qxANf66//KGG7NaZIdALIcf wbmKdQDsH3i+jpQAxP7tQCq/zsInIlumkW0QyEitxEmPTf7sxfaD2Uw6QWtgvs4J0SQc v4yA== X-Gm-Message-State: AMke39ltudjTdX8I5u+Z2mn46uN1/Vx3e1umYCa6uw9yhdKhDmHUfP+wvIN/CMQx2kBUa/VMMgs0XsCEd9Uzrw== X-Received: by 10.237.37.229 with SMTP id y34mr12856716qtc.30.1488400262416; Wed, 01 Mar 2017 12:31:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.41.21 with HTTP; Wed, 1 Mar 2017 12:30:42 -0800 (PST) Date: Wed, 1 Mar 2017 21:30:42 +0100 Message-ID: To: php-general@lists.php.net, Internals Content-Type: multipart/alternative; boundary=001a11401246ecf9310549b130c4 Subject: please excuse my forum crosspost, please do read this when you have some time. From: rene.veerman.netherlands@gmail.com (Rene Veerman) --001a11401246ecf9310549b130c4 Content-Type: text/plain; charset=UTF-8 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. --001a11401246ecf9310549b130c4--