Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17048
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Need help with two-way script |
| Date | 2016-09-10 12:04 +0200 |
| Organization | PointedEars Software (PES) |
| 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> |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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