In article <003001c28a86$cab1dce0$[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> I have php (as an apache module) and mysql up and running on Windows in the same 
>computer, but they seem to be unconnected.
> How do I configure php.ini, my.ini, etc for a php script to find and query a 
>database in the mysql server?
> Thanks for any help
> 
> Alberto Brea
> 
Your installation probably has mysql support enabled - use phpinfo() to 
check.

Then see http://www.php.net/manual/en/ref.mysql.php for all the mysql 
functions which will do what you want.

Cheers
-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to