My browser show the message
“Parse error: parse error in C:\apache\htdocs\prueba\prueba.php on
line 21”
when i try to connect to a mysql server (v.3.23) using the follow syntax:
<?php
line 21� $link = mysql_connect ("localhost", "my_user", "my_pass") {
or die ("Could not connect");
}
print ("Connected successfully");
mysql_close ($link);
?>
I read the php manual and the mysql manual, but I can’t find the
solution.
My server run under w98. (I installed the php triad)
Thank you
Nicol�s Llamosas – Rio Cuarto, Argentina -
_________________________________________________________________
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]