|
|
|
งงมากค่ะ ว่าทำไมเพิ่มข้อความไม่ได้คะ งงมาก ทั้งๆๆที่แต่ก่อนทำได้ ไม่ได้ไปแก้ตรงไหนเลยนะคะเนี่ย |
|
|
|
|
|
|
|
Code (PHP)
<?php
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=tis-620' />
<title>ยินดีต้อนรับเข้าสู่เว็บไซต์ช่วยเหลือผู้ยากไร้</title>
</head>
<?php include("Connections/connbanmai.php");// connecction databases; banmai
getdate();
$d=date('Y');$m=date('m');$Y=date('d');
$date_ymd="$Y-$m-$d";
mysql_select_db($database_connbanmai,$connbanmai) or die("เลือกฐานข้อมูลไม่ได้");
$sql="Select count(*) From tum "; //นับจำนวน Record ทั้งหมดใน Table
$rs=mysql_query($sql,$connbanmai);
$total_rec=mysql_result($rs,0,0); // เก็บจำนวน Record ทั้งหมดไว้ใน $total_page
$p_size=20; //กำหนดจำนวน Record ที่จะแสดงผลต่อ 1 เพจ
$total_page=(int)($total_rec/$p_size);
//ทำการหารหาจำนวนหน้าทั้งหมดของข้อมูล ในที่นี้ให้หารออกมาเป็นเลขจำนวนเต็ม
if(($total_rec % $p_size)!=0){ //ถ้าข้อมูลมีเศษให้ทำการบวกเพิ่มจำนวนหน้าอีก 1
$total_page++;
}
if(empty($_GET['page'])){
/*
ถ้ายังไม่มีการส่งค่ามาเพื่อทำการเลือกดูหน้าข้อมูลใด ๆ ให้กำหนดเป็นหน้าแรกของข้อมูลเป็นค่า Default และให้ Record แรกเริ่มที่ Record ที่ 0 หรือ Record แรก
*/
$page=1;
$start=0;
}else{
/*
หากมีการส่งค่ามาเพื่อเลือกดูหน้าข้อมูลหน้าใดให้ทำการคำนวน โดยใช้ จำนวนข้อมูลที่ต้องการแสดงต่อ 1 เพจ คูณกับ หน้าข้อมูลที่ต้องการเลือกชม ลบด้วย 1
*/
$page=$_GET['page'];
$start=$p_size*($page-1);
}
#####################################
$select =mysql_query("select * from tum order by date desc");
$a=0;
while($row=mysql_fetch_array($select)){
$datetime=substr($row[date],0,8);
$yy=substr($datetime,0,4);
$mm=substr($datetime,4,6);
$mm1=substr($mm,0,2);
$dd=substr($datetime,6);
$date_ymd1="$yy-$mm1-$dd";
if($date_ymd==$date_ymd1){$news="<img src='gif/new1.gif'>";}else{$news="";}
$print[$a]="
<TR>
<TD align='left'><FONT SIZE='3' COLOR='' ><img src='gif/i_pencil.gif'><a href='print_shows_tum.php?id_tum=$row[id_tum]' target='_blank'>$row[head_title]
$row[date]</a></FONT><font size='3'> อ่าน $row[view] ครั้ง</font></TD>
</TR>
";
$a++;
}
$print_peple=implode("\n",$print);
##################################
include("header.php");
print "
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=tis-620' />
<title>บ้านใหม่ปันใจ</title>
</head>
<body background='image/bg/web-background-050.gif' topmargin='0'>
<CENTER>
<TABLE width='800' bgcolor='#FFFFFF'>
<TR>
<TD><br>
<CENTER><B>หลักธรรมทั้งหมด</B></CENTER>
<hr>
<div align=right><FONT SIZE=3>มีจำนวน $a หลักธรรม</FONT></div>
<TABLE width='100%' border='0' cellpadding='0' cellspacing='0'>
<TR>
$print_peple
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</body>
</html>
";
?><style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
<TABLE width='806'>
<TR>
<TD><?php include("footer.php");?></TD>
</TR>
</TABLE>
</CENTER>
?>
งงมากค่ะ ว่าทำไมเพิ่มข้อความไม่ได้คะ งงมาก ทั้งๆๆที่แต่ก่อนทำได้ ไม่ได้ไปแก้ตรงไหนเลยนะคะเนี่ย เป็นงงค่ะ ใครพอรู้ช่วยตอบทีนะคะ
Tag : - - - -
|
|
|
|
|
|
Date :
2009-09-03 09:58:28 |
By :
gangzaclub |
View :
2470 |
Reply :
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่มันหน้าแสดงนี่ครับ จะเพิ่ม ก็ต้องดูหน้า ฟอร์มสิครับ
|
|
|
|
|
Date :
2009-09-03 11:17:04 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น้องเค้าอาจจะรีบไปหน่อยสงสัย copy ผิดอัน หุหุหุหุ
|
|
|
|
|
Date :
2009-09-03 11:21:02 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php include("Connections/connbanmai.php");
//session_start();
//$id_admin=$_SESSION[id_admin];
//if($id_admin=="")
//{echo"<meta http-equiv='refresh'; content='0; url=adminlog.php' >";}
if($submit){
mysql_select_db($database_connbanmai,$connbanmai) or die("เลือกฐานข้อมูลไม่ได้");
$insert="insert into article (head_title,adduce,data) values ('$head_title','$adduce','$data') ";
$query=mysql_query($insert);
if($query!=""){
echo"<meta http-equiv='refresh'; content='0; url=print_article.php'>";}
else{echo"ไม่สามารถบันข้อมูลได้";}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620" />
<title>ยินดีต้อนรับเข้าสู่เว็บไซต์ช่วยเหลือผู้ยากไร้</title>
</head>
<body background="image/bg/web-background-050.gif" topmargin="0">
<?php include("header.php");?>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td valign="top">
<br>
<CENTER><FONT SIZE="3" COLOR=""> <B>บทความ</B></FONT></CENTER>
<form name="form1" method="post" action="" enctype="multipart/form-data" onsubmit="return check()">
<TABLE width="100%">
<TR>
<TD align="right"><FONT SIZE="2" COLOR="">หัวข้อ :</FONT></TD><TD><INPUT TYPE="text" NAME="head_title" size="50"></TD>
</TR>
<TR>
<TD align="right"><FONT SIZE="2" COLOR="">แหล่งที่มา :</FONT></TD><TD><INPUT TYPE="text" NAME="adduce"></TD>
</TR>
<TR>
<TD valign="top" align="right"><FONT SIZE="2" COLOR="">เนื้อหา :</FONT></TD><TD><textarea name="data" id="data" cols="100" rows="20"></textarea></TD>
</TR>
<TR>
<TD colspan="2" align="center">
<input type="submit" name="submit" value="บันทึกบทความ" />
<input type="reset" name="button2" value="เคลียร์" />
</TD>
</TR>
</TABLE>
</form>
<?php include("footer.php");?>
</td></tr></table>
<script language='javascript'>
function check()
{
var v1 = document.form1;
if ( v1.head_title.value.length==0) {
alert("กรุณาป้อนหัวข้อบทความ");
v1.head_title.focus();
return false;
}
if ( v1.data.value.length==0) {
alert("กรุณาป้อนเนื้อหา");
v1.data.focus();
return false;
}
}
</script>
</body>
</html>
|
|
|
|
|
Date :
2009-09-03 12:54:14 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อิอิ อานนี้ถูกต้องแน่นอนแล้วค่ะ
|
|
|
|
|
Date :
2009-09-03 12:55:45 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ฟิลด์ data เก้บเป้นอะไรครับ คาดว่าเกินขนาดที่รับได้หรือ ไม่ก็ ต้องมี ' single " double อยุ่ในข้อความแน่เลย
$query=mysql_query($insert) or die(mysql_error());
แบบนี้จะได้เห้น error
|
|
|
|
|
Date :
2009-09-03 13:33:14 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้ไม่เก็บค่าลงฐานข้อมูลน่ะค่ะ ไม่รู้เป็นเพราะอะไร แต่ลองใส่โค้ดที่พี่เอแม็กบอกแล้ว แต่ก็ไม่มี error ตรงไหนฟ้องเลยค่ะ
|
|
|
|
|
Date :
2009-09-04 09:07:06 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if($_POST["submit"]){
|
|
|
|
|
Date :
2009-09-04 09:21:01 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ได้เหมือนเดิมค่ะพี่ปลากิม ผึ้งงงแล้วอ่ะ ฟอร์มอื่นก็เป็นแบบนี้แต่ทำไมเก็บค่าได้ แล้วอันนี้เป็นอะไรก็ไม่รู้ เครียดมาหลายวันแล้วค่ะ
|
|
|
|
|
Date :
2009-09-04 09:49:18 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผิดพลาด
คำค้น SQL:
SELECT *
FROM `article`
WHERE CONCAT_WS( "-", 11 ) = "1"
ORDER BY 11
LIMIT 0 , 30
MySQL แสดง:
#1054 - Unknown column '11' in 'order clause'
ในฐานข้อมูลเป็นแบบนี้คืออะไรคะ
|
|
|
|
|
Date :
2009-09-04 10:05:22 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี field ชื่อ 11 ด้วยหรอครับ มันบอกไม่รู้จัก
|
|
|
|
|
Date :
2009-09-04 10:08:13 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำหนดค่า int 11 น่ะพี่ แล้วมานก็ทำ auto_increment ไม่ได้ด้วยอ่ะค่ะ
|
|
|
|
|
Date :
2009-09-04 10:13:35 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองลบ field id ที่มีปัญหาออกแล้วสร้างใหม่ดูครับ ว่ามันจะกำหมด auto_increment ได้หรือเปล่าผมเคยทำแบบนี้
อ่ะครับเวลาเจอปัญหา เช่น กำหนด primary key หรือ auot_increment ไม่ได้ลบแล้วสร้างใหม่เลยง่ายดี
|
|
|
|
|
Date :
2009-09-04 11:02:09 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำแล้ว แต่ก็ยางไม่เก็บค่า ไม่รุ้ระบบเป็นอะไรรวนไปหมดเลย เฮ้อ
|
|
|
|
|
Date :
2009-09-04 21:25:38 |
By :
gangzaclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|