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

2001-07-16 Thread Matthew Loff
The body of the response is the data that the http://www.site.com/MovieResponder.php script would produce. The fread() call that I meantioned before would read -all- of this data into a variable. -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July

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

2001-07-16 Thread Ken Sommers
code involved? thanks again, Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 12:53 PM Subject: RE: [PHP-DB] the body of the response The body of the response

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

2001-07-16 Thread Matthew Loff
1977 Movie Three 1977 Easy as that! It's a very simple concept. -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:04 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] the body of the response thanks for response, I am curious

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

2001-07-16 Thread Ken Sommers
: RE: [PHP-DB] the body of the response MovieResponder.php can generate -anything- you want... HTML code, a serialize()d array, or anything else... By using fopen() to call http://www.wherever.com/MovieResponder.php and fread() to grab the data to a local variable, you're calling

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

2001-07-16 Thread Matthew Loff
the output of http://snaps.php.net/. Good luck! --Matt -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:50 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] the body of the response MR.Loff, I see the concept.. but i still don;t

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

2001-07-16 Thread Ken Sommers
] Sent: Monday, July 16, 2001 1:34 PM Subject: RE: [PHP-DB] the body of the response MovieResponder.php can generate -anything- you want... HTML code, a serialize()d array, or anything else... By using fopen() to call http://www.wherever.com/MovieResponder.php and fread() to grab

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

2001-07-16 Thread Matthew Loff
with PHP-- I'm sure others on the list could make some great recommendations. --Matt -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 5:17 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] the body of the response I looked up Output