|
|
|
Parse error: syntax error, unexpected $end in ?? ผมหาแล้ว ไม่น่ามีปัญหาแต่มันก็มีO.o |
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>สมัครสมาชิก</title>
<!--
.style1 {
font-size: large;
font-weight: bold;
font-family: "Microsoft Sans Serif";
}
.style2 {
font-family: "Microsoft Sans Serif";
color: #0000FF;
}
.style4 {color: #000000}
.style8 {font-size: large; font-weight: bold; font-family: "Microsoft Sans Serif"; color: #0000FF; }
-->
</style>
</head>
<body>
<div align="center">
<img src="image/index.gif" width="112" height="27" border="0"></a>
<tr><?php
$action = $_GET[action];
if ($action == "add")
{
$username=$_POST['username'];
$sername=$_POST['sername'];
$bday=$_POST['bday'];
$bmount=$_POST['bmount'];
$byear=$_POST['byear'];
$sex=$_POST['sex'];
$education=$_POST['education'];
$address=$_POST['address'];
$tell=$_POST['tell'];
$history=$_POST['history'];
$level=$_POST['level'];
$status=$_POST['status'];
$work=$_POST['work'];
$file=$_FILES['file'] ['name'];
$file_path=$_FILES['file'] ['tmp_name'];
if($file) {
copy($file_path,"file/".$file);
unlink($file_path);
}
include "include/db_cnn.php";
$sql="select * from admin where user='$user' and pass='$pass'";
$result=mysql_db_query($dbname,$sql);
$num=mysql_num_rows($result);
?>
<table width="284" border="1" cellpadding="0" cellspacing="0" bordercolor="#666666" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="280" height="70" align="center" valign="middle" background=""><p>
</p>
<p>
<?
if ( $level=="" || $sername==""||$tell==""||$username=="")
{
print "ท่านกรอกข้อมูลไม่ครบ";
print"<a href='javascript:history.back(-1) '>คลิกที่นี่</a> เพื่อย้อนกลับ";
exit();
}
if ( ereg( "[[:punct:]]",$username ))
{
print "=ชื่อต้องไม่มีเครื่องหมายครับ";
print"<a href='javascript:history.back(-1) '>คลิกที่นี่</a> เพื่อย้อนกลับ";
exit();
} if ( ereg( "[[:punct:]]",$sername ))
{
print "นามสกุล ต้องไม่มีเครื่องหมายครับ";
print"<a href='javascript:history.back(-1) '>คลิกที่นี่</a> เพื่อย้อนกลับ";
exit();
}
?> <? if ($num>0){?></p>
<p>Usernameที่ใช้เข้าสู่ระบบ มีคนใช้แล้ว <a href='javascript:history.back(-1) '>คลิกที่นี่</a> เพื่อย้อนกลับ </p>
<p>
<?
exit();
}
$sql="insert into techer (username,sername,education,address,tell,history,status,level,work,sex,bday,bmonth,byear)
values('$username','$sername','$education','$tell','$address','$history','$sex','$status','$level','$work','$file','$bday','$bmonth','$byear')";
$result=mysql_db_query($dbname,$sql);
if ($result){
?>
</p>
<p>ลงทะเบียนเสร็จเรียบร้อยแล้ว <a href="index.php">คลิกที่นี่</a> เพื่อกลับไปเข้าสู่ระบบ</p>
<? } else { ?>
<p>ไม่สามารถลงทะเบียนได้ <a href="javascript:history.back(-1)">คลิกที่นี่</a> เพื่อกลับหน้าไปหน้าเดิม</p>
<? }
mysql_close ();
?> </td>
</tr>
</table>
<tr>
<p><? }else{?>
</p>
</div>
<form action="member_register.php?action=add" method="post" enctype="multipart/form-data" name="techer" id="techer">
<p align="center">ชื่อ:
<input name="name" type="text" size="20">
<label>นามสกุล</label>
:
<label>
<input name="lastname" type="text" id="lastname">
</label><span class="style1">* </span>
<p align="center">วัน/เดือน/ปีเกิด:
<select name="bday" id="bday">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<select name="bmount" id="bmount">
<option>มกราคม</option>
<option>กุมภาพันธ์</option>
<option>มีนาคม</option>
<option>เมษายน</option>
<option>พฤษภาคม</option>
<option>มิถุนายน</option>
<option>กรกฎาคม</option>
<option>สิงหาคม</option>
<option>กันยายน</option>
<option>ตุลาคม</option>
<option>พฤศจิกายน</option>
<option>ธันวาคม</option>
</select>
<select name="byear" id="byear">
<option>2528</option>
<option>2529</option>
<option>2530</option>
<option>2531</option>
<option>2532</option>
<option>2533</option>
<option>2534</option>
<option>2535</option>
<option>2536</option>
<option>2537</option>
<option>2538</option>
<option>2539</option>
<option>2540</option>
<option>2541</option>
<option>2542</option>
<option>2543</option>
<option>2544</option>
<option>2545</option>
<option>2546</option>
<option>2547</option>
<option>2548</option>
<option>2549</option>
<option>2550</option>
</select>
</p>
<p align="center" class="style2"><span class="style4">ที่อยู่:</span>
<label>
<input name="adress" type="text" id="adress" maxlength="100">
</label>
<p align="center" class="style2"><span class="style4">เบอร์โทรศัพท์:</span>
<label></label>
<label>
<input name="tell" type="text" id="tell" maxlength="10">
</label>
<span class="style1">*</span></p>
<p align="center" class="style2"><span class="style4">ประวัติการทำงาน:</span>
<label></label>
<input name="history" type="text" id="history" maxlength="500">
<p align="center">เพศ:
<label></label>
<label>
<input name="sex" type="radio" value="ชาย">
</label>
ชาย
<label></label>
<label></label>
<label>
<input name="sex" type="radio" value="หญิง">
</label>
หญิง</p>
<p align="center">การศึกษา:
<label></label>
<label></label>
<label></label>
<label>
<select name="class" id="class">
<option>ปวส.</option>
<option>ปริญาตรี</option>
<option>ปริญาโท</option>
<option>ปริญาเอก</option>
</select>
</label>
</label>
</p>
<p align="center">
<label>ระดับ: </label>
<label>
<input name="level" type="text" id="level" value="" size="10">
</label>
<br>
</p>
<p align="center">ผลงาน-การดูงาน:
<label>
<input name="work" type="text" id="work" size="20" maxlength="200">
</label>
</p>
<p align="center">รูป:
<label>
<input name="file" type="file" class="input">
</label>
</p>
<p align="center">
<label>
<input type="submit" name="Submit" value="ตกลง">
</label>
<label>
<input name="reset" type="reset" id="reset" value="ล้างข้อมูล">
</label>
</p>
<p align="center"><span class="style8">*</span> <span class="style1">ต้องกรอกข้อมูล</span></p>
</form>
</body>
</html>
Parse error: syntax error, unexpected $end in C:\AppServ\www\Project1\techer_register.php on line 251
ช่วยผมหน่อยน๊าคับ รีบ มั๊กๆ คับ
(ไม่ค่อยมีความรู้ซักเท่าไรคับ)
Tag : - - - -
|
|
|
|
|
|
Date :
2010-02-18 18:42:57 |
By :
warmmejr2 |
View :
1294 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลืมปิด บรรทัด 096
|
|
|
|
|
Date :
2010-02-18 19:02:25 |
By :
เซ็งตัวเอง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ มั๊กๆ เลยคับ
หาตั้งนาน
|
|
|
|
|
Date :
2010-02-18 21:32:48 |
By :
warmmejr2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|