You'll need a table for each web site's connection parameters, but just look
them up based on the user and plug them in to your mysql_connect() and
mysql_select_db() arguments.

As long as their tables match the structure you are expecting everything
else should work.  Voila!

Good luck with your venture.  :-)
Glenn



And this is the trick: Can PHP somehow fetch MySQL data over the
Internet? Is this possible? If so, is it necessary for me to resort to
new, unknown technologies like XML or SOAP, or can I do it with PHP
alone?

Thanks for your comments.

...Rene





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to