<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_FitConnec = "localhost";
$database_FitConnec = "tmx";
$username_FitConnec = "root";
$password_FitConnec = "1993";
$FitConnec = mysql_pconnect($hostname_FitConnec, $username_FitConnec, $password_FitConnec) or trigger_error(mysql_error(),E_USER_ERROR); 
?>