MSV FM

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

<?php	
	session_name('HowCanIServe');
	session_start();
	
	$link = mysql_connect('legacymotivation.netfirmsmysql.com', 'arwebmaster', 'masterpassword')
	    or die('Could not connect: ' . mysql_error());
	mysql_select_db('howcaniserve') or die('Could not select database');
	
	function ajaxHTML($str)
	{
		return str_replace(array("'"),"\'",str_replace(array("\r","\n"),'',utf8_encode($str)));
	}
?>