depend on which web server :

for apache : use php as a module
for IIS (very bad id) : use php as a ISAPI

In either case don't use php as a CGI, this won't allow persistant
connection (very usefull for mysql....)
Hope that helped !

k



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

Reply via email to