Hello

I have php4 , mysql 3.23, apache and win 2000 pro on my computer, and i have
designed one simple site that uses php scripts and mysql databases.
Now i want to publish it to the web, but i dont know is there mysql on the
server, and if there is how will i connect to it?
For example, i have c:\mysql\data\Library and when i connect i use this
$db = mysql_connect("localhost", "root");
mysql_select_db("Library",$db);

but how can i obtain path to mysq\data on server, and upload my database?
Also, is there php parser on server?
How you do it?

Thanks, Radovan



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

Reply via email to