|
|
|
ทำไมมันเป็น สี่่เหลี่ยมเฉพาะอันนี้อะครับ งงมานานแระ |
|
|
|
|
|
|
|
เป็นเฉพาะชื่อนี้อะครับ กดหัวข้ออื่นไม่มีปัญหา
...................อันนี้หน้าเลือกหัวข้อ
Code (PHP)
<?php
$hostname_connection = "localhost";
$database_connection = "DATA";
$username_connection = "root";
$password_connection = "1234";
$connection = mysql_pconnect($hostname_connection, $username_connection, $password_connection) or trigger_error(mysql_error(),E_USER_ERROR);
mysql_query("SET NAMES UTF8");
?>
<?
mysql_select_db($database_connection, $connection);
$query_rs_item = "SELECT * FROM site GROUP BY Project";
$rs_item = mysql_query($query_rs_item, $connection) or die(mysql_error());
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Edit</title>
</head>
<body>
<h3><a href="/home.php" style="color:#c9bfb8;">HOME</a>><a style='text-decoration: none'">Edits Site</a></h3>
<hr>
<CENTER><h2>เลือกโครงการที่จะแก้ไข</h2></CENTER>
<form action="delete.php" method="post" name="form1" id="form1">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" style="text-align:center;" >
<tr bgcolor="#0099FF">
<td>Select</td>
<td>Project</td>
</tr>
<?php while($row_rs_item = mysql_fetch_assoc($rs_item)){ ?>
<tr>
<td><a href="JavaScript:if(confirm('Confirm Edit Project:: <?php echo $row_rs_item['Project']; ?>')==true){window.location='DS.php?Pro=<?php echo $row_rs_item['Project'];?>';}">Edits</a></td>
<td><?php echo $row_rs_item['Project']; ?></td>
</tr>
<?php } ?>
<tr>
<td> </td>
<td> </td>
<td> </td><label>
</tr>
<tr><td> </td><td> </td><td> </td><td> </td><td> </td>
<td></td>
</label></td>
</tr>
</table>
</form>
</body>
</html>
......หน้ารับข้อมูลจากหน้าแรก
Code (PHP)
<?php
$hostname_connection = "localhost";
$database_connection = "DATA";
$username_connection = "root";
$password_connection = "1234";
$connection = mysql_pconnect($hostname_connection, $username_connection, $password_connection) or trigger_error(mysql_error(),E_USER_ERROR);
mysql_query("SET NAMES UTF8");
?>
<?
mysql_select_db($database_connection, $connection);
$query_rs_item = "SELECT * FROM site WHERE Project = '".$_GET["Pro"]."' ORDER BY NO ASC";
$rs_item = mysql_query($query_rs_item, $connection) or die(mysql_error());
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>List</title>
</head>
<body>
<h3><a href="/home.php" style="color:#c9bfb8;">HOME</a>><a href="/gen1359/EditSite/mainpat.php" style="color:#c9bfb8;">Edits Site</a>><a style='text-decoration: none' >select edit site</a></h3><HR>
<h2>Project :: <?="".$_GET["Pro"].""?></h2>
<form action="EditS.php" method="post" name="form1" id="form1">
<table width="3490" border="1" align="center" cellpadding="0" cellspacing="0" style="text-align:center;">
<tr bgcolor="#0099FF">
<th width="50">Selete</th>
<th width="200"> <div align="center">ชื่อลูกค้า </div></th>
<th width="200"> <div align="center">เจ้าของโครงการ </div></th>
<th width="80"> <div align="center">วันที่เริ่มโครงการ </div></th>
<th width="80"> <div align="center">วันที่สิ้นสุดโครงการ </div></th>
<th width="100"> <div align="center">หมายเลขวงจร </div></th>
<th width="400"> <div align="center">ที่อยู่สาขา </div></th>
<th width="400"> <div align="center">ที่อยู่ลูกค้า </div></th>
<th width="140"> <div align="center">PE_WAN </div></th>
<th width="140"> <div align="center">CE_WAN </div></th>
<th width="140"> <div align="center">CE_LAN </div></th>
<th width="150"> <div align="center">จังหวัด</div></th>
<th width="150"> <div align="center">เทคโนโลยี </div></th>
<th width="110"> <div align="center">Speed</div></th>
<th width="200"> <div align="center">ชื่อของช่าง </div></th>
<th width="110"> <div align="center">เบอร์ติดต่อช่าง</div>
<th></th>
</tr>
<?php while($row_rs_item = mysql_fetch_assoc($rs_item)){ ?>
<tr>
<td><a href="JavaScript:if(confirm('คุณต้องการแก้ไขข้อมูลที่หมายเลขวงจรนี้ = <?php echo $row_rs_item['TOT_C_ID']; ?>')==true){window.location='EditS.php?cid=<? echo urlencode ($row_rs_item['TOT_C_ID']); ?>';}">Edits</a>
</td>
<td><?php echo $row_rs_item['Customer_name']; ?></td>
<td><?php echo $row_rs_item['Project_Owner']; ?></td>
<td><?php echo $row_rs_item['Start_Date']; ?></td>
<td><?php echo $row_rs_item['End_Date']; ?></td>
<td><?php echo $row_rs_item['TOT_C_ID']; ?></td>
<td><?php echo $row_rs_item['Site']; ?></td>
<td><?php echo $row_rs_item['Address']; ?></td>
<td><?php echo $row_rs_item['PE_WAN']; ?></td>
<td><?php echo $row_rs_item['CE_WAN']; ?></td>
<td><?php echo $row_rs_item['CE_LAN']; ?></td>
<td><?php echo $row_rs_item['Province']; ?></td>
<td><?php echo $row_rs_item['Service']; ?></td>
<td><?php echo $row_rs_item['Speed']; ?></td>
<td><?php echo $row_rs_item['Contact_Point']; ?></td>
<td><?php echo $row_rs_item['Contact_Phone']; ?></td>
</tr>
<?php } ?>
</table>
</form>
</body>
</html>
Tag : PHP, CakePHP
|
|
|
|
|
|
Date :
2011-09-12 13:38:06 |
By :
dunlapat |
View :
850 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้บาวเซออื่นไม่เป็นยกเว้น IE (IE9 ที่ใช้อยู่)
|
|
|
|
|
Date :
2011-09-12 13:39:41 |
By :
dunlapat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เป็นเหมือนกัน IE มันชอบแสดงผลไม่เหมือน Browser ตัวอื่นอ่ะ
|
ประวัติการแก้ไข 2011-09-12 13:43:48
|
|
|
|
Date :
2011-09-12 13:41:37 |
By :
japon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แสดงว่ามีอักขระอื่นๆ ปนเข้ามาครับ
|
|
|
|
|
Date :
2011-09-12 13:50:56 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งี้แสดงว่ามันปนในข้อมูลอยู่แล้วเรอะครับไออีเลยไม่ได้อะ แต่ว่าบาวเซออื่นมันได้อะครับ
|
|
|
|
|
Date :
2011-09-12 13:55:58 |
By :
dunlapat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view source ดูซิครับ แล้ว copy ไปวางใน notepad แล้วลองใช้ลูกศรเลื่อนดู
browser อื่นมันไม่แสดงผล เงอะๆ งะๆ ครับ เอาง่ายๆ ถ้าหารูปไม่เจอ ie จะแสดงกากบาท แต่เจ้าอื่่นไม่
|
|
|
|
|
Date :
2011-09-12 15:01:03 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|