Re: [PHP] sharing info between websites with XML?

2004-12-13 Thread Jason Wong
On Tuesday 14 December 2004 02:08, Richard Lynch wrote: > Get somebody else to host your MySQL database that *does* allow remote > connections, I guess... Actually if the MySQL on the host was not compiled with SSL support then using remote access might not be such a good idea (if you value your

Re: [PHP] sharing info between websites with XML?

2004-12-13 Thread Richard Lynch
p80 wrote: >>> I have several website that use mysql as a database and I would like >>> them >>>to access each other DB. The problem is that I can't connect to each >>> other >>>mysql >>> DB so I'm looking for a way to do so. > >>Why aren't you able to connect to the other databases? > cause ho

Re: [PHP] sharing info between websites with XML?

2004-12-13 Thread Richard Lynch
p80 wrote: > On Sunday 12 December 2004 05:15 pm, Jason Wong wrote: >> 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 l

Re: Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread John Holmes
> From: p80 <[EMAIL PROTECTED]> > >> I have several website that use mysql as a database and I would like them > >>to access each other DB. The problem is that I can't connect to each other > >>mysql > >> DB so I'm looking for a way to do so. > > >Why aren't you able to connect to the other data

Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread p80
On Sunday 12 December 2004 05:15 pm, Jason Wong wrote: > 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 the

Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread p80
>> I have several website that use mysql as a database and I would like them >>to access each other DB. The problem is that I can't connect to each other >>mysql >> DB so I'm looking for a way to do so. >Why aren't you able to connect to the other databases? cause hosters forbid it. -- PHP Gener

Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread Jason Wong
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 jus

Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread p80
On Sunday 12 December 2004 03:16 pm, Jason Wong wrote: > On Sunday 12 December 2004 21:35, p80 wrote: > > I have several website that use mysql as a database and I would like them > > to access each other DB. The problem is that I can't connect to each > > other mysql DB so I'm looking for a way to

Re: [PHP] sharing info between websites with XML?

2004-12-12 Thread Jason Wong
On Sunday 12 December 2004 21:35, p80 wrote: > I have several website that use mysql as a database and I would like them > to access each other DB. The problem is that I can't connect to each other > mysql DB so I'm looking for a way to do so. I'm thinking of droping the > mysql database in xml fil