OK here just the sql is…
[php]
"; } // Close the connection which releases memory in the server... mysqli_close($DB); ?>
[/php]
Thought I neeed to change something.
Here are my errors:
Warning: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it. in C:\xampp\htdocs*********\sqltest.php on line 14
Failed to connect to MySQL: No connection could be made because the target machine actively refused it.
Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\kappaapps\sqltest.php on line 22
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in C:\xampp\htdocs\kappaapps\sqltest.php on line 24
Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\kappaapps\sqltest.php on line 30
IF i make host localhost intead of 10.0.0.2 which I need for family to access, I get only this:
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs*********\sqltest.php on line 24
By post with the old, do you mean the glob table setup we had and this?