Ok, so I have this connection as a .php file:
<?php
echo ("Currently connecting to DB");
//Connect to DB
$conn=odbc_connect('wordgame.accdb','','') || die ( "Error Connecting to the database");
//List of all words
$sql1 = "SELECT * FROM words";
$rs1=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.