| Server IP : 61.19.30.66 / Your IP : 216.73.216.59 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/gpa/nst/ |
Upload File : |
<?
require_once "connectdb.php";
?>
<?php
if ($name == "99999")
{
?><script language="javascript">
alert("กรอกข้อมูลให้ครบ");
history.back();
</script>
<?php
}
else
{
$host="localhost";
$username="root";
$password="gpaklw+3322";
$connect= mysql_connect( $host,$username,$password) or die ("ติดต่อฐานข้อมูล Mysql ไม่ได้ ");
$db="jorjae_jorjaedb";
$tb="membernst";
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้ ");
$sql="select * from $tb where pin='$_POST[pin]'";
mysql_query("set NAMES tis620");
$db_query=mysql_db_query($db,$sql);
$num_rows=mysql_num_rows($db_query);
$signup = date("d");
}
if($num_rows != 0) /* ตรวจสอบรหัส */
{
echo"<script>window.alert(\"ID-PIN-สมัครแล้ว\");history.go (-1);</script>";
}
else
{
mysql_query("INSERT INTO $tb (id,prefix,name,surname,sex,pin,bird,year1,boodda,phone,thai1,thai2,father,fatherw,mather,matherw,fatherwm,matherwm,signup,school1,school2,year2) values('','$_POST[prefix]','$_POST[name]','$_POST[surname]','$_POST[sex]','$_POST[pin]','$_POST[bird]','$_POST[year1]','$_POST[boodda]','$_POST[phone]','$_POST[thai1]','$_POST[thai2]','$_POST[father]','$_POST[fatherw]','$_POST[mather]','$_POST[matherw]','$_POST[mather1]','$_POST[matherw1]','$_POST[datin]','$_POST[school1]','$_POST[school2]','2568')") or die ("Add ข้อมูลลง Table ไม่ได้ ");
echo "บันทึกข้อมูลเรียบร้อยแล้ว";
echo "<meta http-equiv='refresh' content='1;URL=login/index.php'>";
}
mysql_close();
?>