Re: [PHP] sharing info between websites with XML?
From: Jason Wong (php-general_at_gremlins.biz)
Date: 12/12/04
- Next message: P80: "Re: [PHP] sharing info between websites with XML?"
- Previous message: Craig Slusher: "Re: [PHP] empty() problem"
- In reply to: P80: "Re: [PHP] sharing info between websites with XML?"
- Next in thread: P80: "Re: [PHP] sharing info between websites with XML?"
- Reply: P80: "Re: [PHP] sharing info between websites with XML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Mon, 13 Dec 2004 00:15:14 +0800
On Sunday 12 December 2004 22:33, p80 wrote:
> > eg do you want to only make available
> > specific pre-defined bits of data to client websites,
>
> yes this is how I'd like to proceed
OK, if there are only a limited number of these "pre-defined bits of data"
then the easiest way is probably just output it as plain text (you don't say
what kind of data you're sharing) in an easy to parse format (CSV, XML,
whatever you're comfortable with).
> I'm not sure about this yet. I know XML is pretty unsecure when it's not
> encrypted as it's only text. does php provide functions to ecrypt XML while
> on transit or should I use other technics than XML?
If your webserver is SSL enabled you could just make the data available only
via login on SSL. It's relatively easy to setup the clients to login
automatically. PHP supports encryption if you install the necessary libraries
and configure PHP accordingly (manual > Mcrypt Encryption Functions). However
the client has to be configured similarly so that it can decode the stuff.
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* GOOD-NIGHT, everybody ... Now I have to go administer FIRST-AID to my pet LEISURE SUIT!! */
- Next message: P80: "Re: [PHP] sharing info between websites with XML?"
- Previous message: Craig Slusher: "Re: [PHP] empty() problem"
- In reply to: P80: "Re: [PHP] sharing info between websites with XML?"
- Next in thread: P80: "Re: [PHP] sharing info between websites with XML?"
- Reply: P80: "Re: [PHP] sharing info between websites with XML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|