Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:326007 php.internals:98378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65031 invoked from network); 2 Mar 2017 14:53:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2017 14:53:25 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.180 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.128.180 mail-wr0-f180.google.com Received: from [209.85.128.180] ([209.85.128.180:33142] helo=mail-wr0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/A4-20342-3E138B85 for ; Thu, 02 Mar 2017 09:53:23 -0500 Received: by mail-wr0-f180.google.com with SMTP id u48so54020902wrc.0; Thu, 02 Mar 2017 06:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=T1pizlwif69bIJVmtWkSCWgSUp47V/L98znVGejhKUU=; b=TmQqf/OTBFMWgvcud/Av3HISou01wvsmlZcThpc69PoEMQDnFmEpnJpYpYtSo4Belq CUqF4uoMX0JcNhFkfaQkd6gmG51hzS8qcL8RCfdfJpl1rOmwtyW6wIk9EU8XWGgnANHj RUyzyXV9G2DVZcSWT1q1k109wUk5hhskG3BvBnYCS183C/UDhkfsryzJ9p0KnUdSv39l MSCgWPTVbdb6nSjLEpm3HA10ZC0wyow9Bclcd3MhH6TjL3bsJD+T1bOh37M0Vfoaz61D p+7Bd+6O4qF2uddcbWqOnR/2JBe4ke//Ob0qO4PqTLF494cBWgI4RrpPAKmfN15buhBW hwCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=T1pizlwif69bIJVmtWkSCWgSUp47V/L98znVGejhKUU=; b=RjDnflaUMyrx0zrfg4lnRQSthcvHEwwPkBtVJI7R0/kDT8q+h1uJziONnBUOh6HrBu HQ+ckaUV108xpuq5PzW9humRh1S3yOlUUwAUHzmu7yvZvWRrshTgPfc9Aue6DgH78Cvb QEowNjMN9ZyvbZOk8G0kVkah52PRdpfILz5CZ8twIYHocJqKyNmWRWyJ0Thj7UXWCVNQ 5tSFAhZo+qoD2jHK1NaFRGRPLbcg/MR0LOdkCWdksJAUuk/UTR5ZqchVRAwvEMq2SThJ 92BnMcvZyL4feBIHPfYW0au9ub9NRBeDS3pML5obLYhr7eeeHTMz53wkjzNg4t5UB5m5 fMxw== X-Gm-Message-State: AMke39nNvLjKE8E8Fl6JA9A0Yq5KF/Y+JsTDIh1qMJb6QrSuDLRt5NowbD/PGJ6L6NPf8xHeEpMS4cvnYkQasw== X-Received: by 10.223.132.37 with SMTP id 34mr12044273wrf.45.1488466400601; Thu, 02 Mar 2017 06:53:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.143.35 with HTTP; Thu, 2 Mar 2017 06:53:20 -0800 (PST) In-Reply-To: References: Date: Thu, 2 Mar 2017 09:53:20 -0500 Message-ID: To: Rene Veerman Cc: php-general@lists.php.net, Internals Content-Type: multipart/alternative; boundary=94eb2c0d56cc116f300549c09769 Subject: Re: [PHP-DEV] please excuse my forum crosspost, please do read this when you have some time. From: theanomaly.is@gmail.com (Sherif Ramadan) --94eb2c0d56cc116f300549c09769 Content-Type: text/plain; charset=UTF-8 On Wed, Mar 1, 2017 at 3:30 PM, Rene Veerman < rene.veerman.netherlands@gmail.com> wrote: > 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'base64aHR0cDovL3NlZHVjdGl2ZWFw > cHMuY29tL2pzb24ucGhwP2ZpbGU9L2hvbWUvcmVuZS9kYXRhLmpzb24mdmVy > c2lvbj1jb25kZW5zZWQ= > ') > > 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. > Is there even a thesis statement to this discussion? --94eb2c0d56cc116f300549c09769--