php-db | 2001072
Date: 07/16/01
- Next message: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Previous message: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- In reply to: Ken Sommers: "[PHP-DB] remote database exchange"
- Next in thread: Manuel Lemos: "[PHP-DB] Re: remote database exchange"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <00d201c10e41$9fa2e340$b943500c <email protected>>,
mrsql.php <email protected> (Ken Sommers) wrote:
> Is it possible to exchange data on remote databases in PHP mysql?
PHP is a scripting language.
MySQL is a database management system (DBMS).
Two different things.
> 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,
>
> Could we swing this?
(Already answered in the previous thread.)
> IF it exists,,where are all the tutorials and docs on it?
Any tutorial/book that explains how to make a "search engine" using PHP and
MySQL can give you the overview. The difference betweeen implementing that
fuctionality via a remote connection vs. a local connection is trivial (a
minor difference in the "host" setting for the database connection
parameters).
<http://www.google.com/search?q=php+mysql+tutorial>
-- CC-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Previous message: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- In reply to: Ken Sommers: "[PHP-DB] remote database exchange"
- Next in thread: Manuel Lemos: "[PHP-DB] Re: remote database exchange"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

