RE: problem witd freetds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Parse error: parse error in /usr/local/www/data.default/test.php ]

The parser is complaining about this line
> $numero= mssql_connect("130.102.1.88" "sa" , " " ); 

Try putting a comma between your arguments
$numero= mssql_connect("130.102.1.88", "sa", " " ); 

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux