it seem my connection string doesnt work?

$connect = mssql_connect("192.170.10.798","sa","gasd") or die(mssql_error());
$test = mssql_select_db("banex", $connect) or die (mssql_error());

whats wrong with my connection string?

Recommended Answers

All 2 Replies

i solve it tnx ^^

Please post your solution to this thread so if others happen across it they can see how to fix the problem. Also be sure to mark this thread as solved when you post back the solution. Good luck!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.