Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17048

Re: Need help with two-way script

Path csiph.com!feeder.erje.net!1.eu.feeder.erje.net!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.php
Subject Re: Need help with two-way script
Date Sat, 10 Sep 2016 12:04:28 +0200
Organization PointedEars Software (PES)
Lines 31
Message-ID <5193097.lOV4Wx5bFT@PointedEars.de> (permalink)
References <XnsA67CBF5BC96D8arbpenyahoocom@213.239.209.88> <nqqjo0$u0j$1@jstuckle.eternal-september.org> <XnsA67D6D0E1DDF7arbpenyahoocom@213.239.209.88> <nqs98t$4rp$1@jstuckle.eternal-september.org> <XnsA67D87347B65Aarbpenyahoocom@213.239.209.88>
Reply-To Thomas 'PointedEars' Lahn <php@PointedEars.de>
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding 8Bit
X-Trace solani.org 1473501869 19637 eJwNxsEBwCAIA8CVUEiAcarA/iPYex2Ui9eNoGEwHs4+/3VOyi72XcXsPaj8WEmMRqgcr26xBxqnESI= (10 Sep 2016 10:04:29 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Sat, 10 Sep 2016 10:04:29 +0000 (UTC)
User-Agent KNode/4.14.2
X-NNTP-Posting-Host eJwFwQERACAIA8BKTtg44iBK/wj+0wR1uCjncEyt2oAq/dyDwLKwyh0peweXS+OvmZPjjQ8JGRCh
Cancel-Lock sha1:uGtLFbbUSL2z+gVm76dIBTvAI5M=
X-User-ID eJwFwQkBwDAIA0BL4QkFOQxa/xJ2RwuJOR4M5+NbXBCfRnb1hk73AP3FuSa1AsWpVhs1F7nOSCaS90nZ0n9HWRSG
Xref csiph.com comp.lang.php:17048

Show key headers only | View raw


Adrienne Boswell wrote:

> Jerry Stuckle <jstucklex@attglobal.net> wrote
>> On 9/8/2016 1:43 PM, Adrienne Boswell wrote:
>>> Jerry Stuckle <jstucklex@attglobal.net> wrote
>>>> Not really enough information for a meaningful response.  What is
>>>> the communication between example.com and aloyaltycard.com?  Is it
>>>> http? Json?  Database (i.e. MySQL)?  XML?
>>> It would be http, database is MySQL. Other suggestions most welcome!
>> 
>> Ok, but that still doesn't talk about the format of the
>> request/response.  You can use cURL, the actual request/response, for
>> instance.  Or you might access the MySQL database directly (it does
>> support remote access).
> 
> CURL I think would be the best choice for me.

If *you* send the response, then cURL is one of the possibilities *for your 
customer* to receive it (but if you use HTTP, you can leave that entirely up 
to them).  As the name indicates, *Client* for URLs (also: “Client URL 
*Request* Library” and “Curl URL *Request* Library”; see the FAQ) is network 
*client* software (even though it can be used by software that runs on a Web 
server to make *requests* to *other* servers); it is _not_ the way you 
*send* the response (because there you "are" in the position of the 
*server*).
 
-- 
PointedEars
Zend Certified PHP Engineer 
<http://www.zend.com/en/yellow-pages/ZEND024953> | Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 01:48 +0000
  Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-07 22:51 -0400
    Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-08 06:29 +0200
      Re: Need help with two-way script bill <william@TechServSys.com> - 2016-09-08 07:50 -0400
        Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 17:39 +0000
    Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 17:43 +0000
      Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 14:05 -0400
        Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-08 22:06 +0200
          Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 16:59 -0400
            Re: Need help with two-way script (PCI DSS) "J.O. Aho" <user@example.net> - 2016-09-09 06:32 +0200
              Re: Need help with two-way script (PCI DSS) Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-09 10:05 -0400
                Re: Need help with two-way script (PCI DSS) "J.O. Aho" <user@example.net> - 2016-09-09 18:21 +0200
        Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 20:17 +0000
          Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 17:03 -0400
          Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 12:04 +0200
      Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 11:54 +0200
  Re: Need help with two-way script Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-09-08 12:54 +0100
  Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-09 06:54 +0200
  Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 09:04 +0200
    Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-10 10:19 -0400
  Re: Need help with two-way script He <y12983@mail.ee> - 2022-02-02 02:23 -0800

csiph-web