|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/conf/ |
Upload File : |
<?
$db_name_1 = "sihooCafe";
$db_con_1 = mysql_connect($db_host, $db_user, $db_pass) or die(mysql_error());
$db_sel_1 = mysql_select_db($db_name_1, $db_con_1) or die(mysql_error());
$mailArr = explode("@","$row[email]");
$id = 'cafe_'.$row[userid];
$insert_query="INSERT INTO `xe_member` (`member_srl`, `user_id`, `email_address`, `password`, `email_id`, `email_host`, `user_name`, `nick_name`, `homepage`, `blog`, `birthday`, `allow_mailing`, `allow_message`, `denied`, `limit_date`, `regdate`, `last_login`, `is_admin`, `description`, `extra_vars`) VALUES
($idx, '$id', '$row[email]', '$row[password]', '$mailArr[0]', '$mailArr[1]', '$row[jname]', '$row[nickname]', '', '', '$row[birthday]', 'N', 'N', 'N', '', now(), '', 'N', '', '')";
//mysql_query($insert_query,$db_con_1);
//echo "$insert_query <br>";
?>