Worked last time, and it works on my home server, but it wont work this time, has something changed?
<?php
/**
* connection settings
* replace with your own hostname, database, username and password
*/
$hostname_conn = "localhost";
$database_conn = "taichi_shentaichi"...