Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $con = mssql_connect('SERVERSQLEXPRESS2008','','') or die('Could not connect to the server!');
  2.  
  3. Fatal error: Call to undefined function mssql_connect()
  4.  
  5. phpinfo();
  6. die;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement