| 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/admissions3/ |
Upload File : |
<?
require_once "connectdb.php";
require_once "head.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="member1x";
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,idstudent,prefix,name,surname,pin,room,schoolout,distric,wegh,tall,idtest,sex,signup,bird,father,fatherw,mather,matherw,homeid,muid,tumbol,ampher,districs,number,phone,pan,pan2,pan3,gpa,gpam,gpasi,gpae,email,school1,statuss) values('', '$_POST[idstudent]','$_POST[prefix]','$_POST[name]','$_POST[surname]','$_POST[pin]','$_POST[room]','$_POST[schoolout]','$_POST[distric]','$_POST[wegh]','$_POST[tall]','$_POST[idtest]','$_POST[sex]','$_POST[datin]','$_POST[bird]','$_POST[father]','$_POST[fatherw]','$_POST[mather]','$_POST[matherw]','$_POST[homeid]','$_POST[muid]','$_POST[tumbol]','$_POST[ampher]','$_POST[districs]','$_POST[number]','$_POST[phone]','$_POST[pan]','$_POST[pan2]','$_POST[pan3]','$_POST[gpa]','$_POST[gpam]','$_POST[gpasi]','$_POST[gpae]','$_POST[phone2]','$_POST[sc1]','$_POST[statuss]')") or die ("Add ข้อมูลลง Table ไม่ได้ ");
echo "บันทึกข้อมูลเรียบร้อยแล้ว";
echo "<meta http-equiv='refresh' content='1;URL=loginx/index.php'>";
}
mysql_close();
?>