<?php /* ****************************************************** *** A-Dater Pro Version 2 *** *** File name connect.php *** *** Script Owner Alfacom Systems *** *** Script Homepage www.a-dater.com *** *** Licence Terms www.a-dater.com/licence *** *** *** *** You need to purchase a license if you want *** *** to use this script with ads or without the *** *** reference to www.a-dater.com *** ****************************************************** */ include "data.php"; $connect = mysql_connect($hostname,$username,$password); mysql_select_db($db); ?>