[PHP-DB] relay response transactions between PHP scripts on different servers

2001-07-15 Thread Ken Sommers
Hello, suppose you have a MOVIES table in your database on your server at your hosting company. Suppose I want some MOVIE info from your database..the titles of all the Robert Deniro movies released in the 1980's. Can I get the info and relay it back to the user on MY site? Would it be something

RE: [PHP-DB] relay response transactions between PHP scripts on different servers

2001-07-15 Thread Matthew Loff
to MovieInfo.php. I'm sure others will have other suggestions, and there are probably better ways to do it than this. Good luck! -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:22 AM To: PHP DB Mailing List Subject: [PHP-DB] relay response transactions

Re: [PHP-DB] relay response transactions between PHP scripts on different servers

2001-07-15 Thread Ken Sommers
' [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 9:37 PM Subject: RE: [PHP-DB] relay response transactions between PHP scripts on different servers Ken-- If you have access to that server with the SQL database... Then instead of creating an additional PHP script on the SQL server... Could you

RE: [PHP-DB] relay response transactions between PHP scripts on different servers

2001-07-15 Thread Matthew Loff
]] Sent: Monday, July 16, 2001 1:40 AM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] relay response transactions between PHP scripts on different servers Here's the part that confuses me: How does MovieResponder.php on your site get the results back to my site and back to the browser