can somebody help me with my error?
it says line 5 so i check here
<?php
function Conectarse()
{
global $link;
if (!($link=mssql_pconnect("SILENTSHADOW\SQLEXPRESS","sa","123456")))
{
exit();
}
if (!mssql_select_db("UserLogin",$link))
{
exit();
}
return $link;
}
Conectarse();
and also i have read the post of forumer here that if that error shows. it could be on the SQL or in the ODBC. i have a good ODBC. SQL Server (BILL_CONN,UserLogin, and Tantra)
can anybody have a teamviewer with me so i can fix this? :)
and also need help on game login changing. Update.exe. HTLAUNCHER.exe STTantra.exe ;))
thankyou =P
im noob sorry





