forward CheckMySQL();public CheckMySQL(){ if (!mysql_ping()) { mysql_connect(host, user, database, pass); }}