Re: [PHP-DB] Re: the body of the response

2001-07-16 Thread CC Zona
In article <00c801c10e3f$758ba8a0$b943500c@zeospantera>, [EMAIL PROTECTED] (Ken Sommers) wrote: > are you saying that i can grab the output of your echo() statements in YOUR > PHP script by Fopen()ing your URL Yes, you can use it that way. > IF so,, is this done much? It's done. I can't qua

Re: [PHP-DB] Re: the body of the response

2001-07-16 Thread CC Zona
In article <00c801c10e3f$758ba8a0$b943500c@zeospantera>, [EMAIL PROTECTED] (Ken Sommers) wrote: > Suppose I had a MUSIC database that you wanted your site visitors to be able > to query,and it was OK with me because you had a MOVIE database that i > wanted MY site visitors to be able to query, >

Re: [PHP-DB] Re: the body of the response

2001-07-16 Thread Ken Sommers
thanks CC, are you saying that i can grab the output of your echo() statements in YOUR PHP script by Fopen()ing your URL in MY script and then Fread()ing that resulting file pointer? IF so,, is this done much? or are there easier more stable less error-prone ways to access remote databases? Suppo

RE: [PHP-DB] Re: the body of the response

2001-07-16 Thread Matthew Loff
nk of retrieving the info from a remote database, unless you allowed remote access directly to the database, which could be a security issue. -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 5:37 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subj