MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/kwchallenge.com/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/kwchallenge.com/mysqlUtils.php

<?php

	$link = mysql_connect('legacymotivation.netfirmsmysql.com', 'u70814874', '561ea0')
	    or die('Could not connect: ' . mysql_error());
	mysql_select_db('d60744927') or die('Could not select database');
	
	mysql_query('set @@SESSION.max_allowed_packet=64M;');

	function tableExists($table)
	{
		$res = mysql_query("show table status like '$table'")
		or die(mysql_error());
		return mysql_num_rows($res) == 1;
	}	
	
?>