Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/relay/include/
Upload File :
Current File : /var/www/cesa.co.za/relay/include/db.php

<?php

	include_once("../php/inc_php7.php");


  $host = "sql15.cpt3.host-h.net";
  $db_user = "saacea_8";
  $db_password = "kkTY4GF8";
  $database = "cesa_relay";

  $link = mysql_connect($host,$db_user,$db_password);
  if ($link) {
    $db=mysql_select_db($database);
    if (!$db) {
       die("Could not select db - ".mysql_error());
    } // end if
  } //end if
  
  
/*
  $startteamreg=strtotime("11 June 2019");
  $endteamreg=strtotime("06 September 2019");
  $startsocreg=strtotime("17 July 2019");
  $endsocreg=strtotime("16 September 2019");
*/  
  $startteamreg=strtotime("11 June 2019");
  $endteamreg=strtotime("06 August 2019");
  $startsocreg=strtotime("17 July 2019");
  $endsocreg=strtotime("06 August 2019");
?>