I have a "subscribe to newsletter" field on my home page, and on clicking submit I get the following error, could someone please tell me what this means and how to resolve this?
Fatal error: Call to undefined function sqlsrv_connect() in /home/adejones/public_html/passingbuys/emailsubscribe.php on line 8
line 8 is: $conn = sqlsrv_connect( $server, $connectionInfo);
Bookmarks