Quote:
|
Originally Posted by ssp
Perhaps it's because there is a space in this line:
mysql_pconnect(localhost, $user,$pass)
|
Quote:
Try to use single qoutes ' rather then doubleqoutes "
or put qoutes around localhost also...
|
Thanks, but would this crash the server's mysql?