| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/queue/Connections/ |
Upload File : |
<?php
$hostname_hosxp = "192.168.1.39"; //j Server
$database_hosxp = "jhcisdb"; //jHcis
$username_hosxp = "root";
$password_hosxp = "090407";
$hosxp = mysqli_connect($hostname_hosxp, $username_hosxp, $password_hosxp) or trigger_error(mysqli_error(),E_USER_ERROR);
mysqli_select_db($hosxp,$database_hosxp);
mysqli_set_charset($hosxp,"utf8");
date_default_timezone_set("Asia/Bangkok");?>