|
|
|
วอนผู้รู้ช่วยตรวจสอบให้หน่อยครับ ว่าโค๊ดผิดที่จุดไหนอะครับ ขอบคุณล่วงหน้านะครับ |
|
|
|
|
|
|
|
insert into status (status , name) values ('$status', '$name')
ลอง values ('".$status."', '".$name."') ดูครับ
|
|
|
|
|
Date :
2011-04-08 23:28:15 |
By :
bank32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เลยอะครับ ช่วยลองดูใหม่อีกครั้งได้ไหมครับ
|
|
|
|
|
Date :
2011-04-08 23:44:59 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mysql_connect ยังอะครับ
|
|
|
|
|
Date :
2011-04-09 00:20:26 |
By :
bank32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connect แล้วครับ คือมันเชื่อมกับฐานข้อมูลได้อะครับ แต่ใส่ข้อมูลไม่ได้อะครับ ช่องในฐานข้อมูลก็เลยเป้นช่องว่าง อะครับ
โค๊ด หน้า index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//TH">
<html>
<title> welcome to Feedpop : laklai.com </title>
<body bgcolor="MistyRose">
</body>
<head>
<style type="text/css">
table.ten{
width:100%;
border:0;
}
</style>
</head>
<body>
<table class="ten" calpacing="0">
<table width="700" height="20"> <td>
<th> <td align="center">
<font color="black"> Feedpop คือสังคมออนไลน์ที่จะเชื่อมคุณเข้ากับคนหลายคน และเพิ่มความสัมพันธ์กันมากขึ้นที่นี่ครับ </font>
</div>
</td> </table>
</td> </th>
</body>
<body>
<table class="ten" calpacing="1">
<th> <td align="left">
<table width="200" height="300" border="1" bgcolor="#ccffff" bordercolor="white"> <td>
<div align="center">
<p>
<font color="black"> <font size="2"> เมนู FeedPop </font> </font>
<br/>
<form id="form1" name="form1" action="index1.php">
<input type="submit" value="หน้าหลัก">
</form>
<form id="form2" name="form2" action="addgroup.php">
<input type="submit" value="กลุ่มเพื่อน">
</form>
<form id="form3" name="form3" action="edit.php">
<input type="submit" value="แก้ไขข้อมูลส่วนตัว">
</form>
<form id="form4" name="form4" action="friends.php">
<input type="submit" value="เพื่อนทั้งหมด">
</form>
<form id="form5" name="form5" action="logout.php">
<input type="submit" value="ลงชื่อออก">
</form>
</div>
</td> </table>
</td> </th>
<th> <td align="center">
<table width="300" height="400" border="1" bgcolor="#ccffff" bordercolor="white"> <td>
<div align="center">
<form id="status" name="status" action="add_status.php">
<br>
<input name="status" type="text" id="status" size="30">
<br/>
<br/>
<input type="submit" name="add" value="แบ่งปันเดี่ยวนี้">
</form>
<font size="3"> <font color="black">
ข่าวสารใหม่ล่าสุด
</font> </font>
<br/>
<br/>
<div align="center">
<iframe src="status.php" width="400" height="300" bgcolor="#ffffcc"> </iframe>
</div>
</div>
</td> </table>
</td> </th>
<th> <td align="right">
<table width="200" height="300" border="1" bgcolor="#ffffcc"> <td>
<div align="center">
<font color="black"> <font size="3">
เพื่อนของฉัน
</font> </font>
<iframe src="imgfriends" width="200" height="300"> </iframe>
</div>
</td> </table>
</td> </th>
</body>
<br/>
<br/>
<br/>
<br/>
<div align="center">
<table width="600" height="20" bgcolor="#ffffcc"> <td>
<div align="center"><h5>ติดต่อผู้จัดทำเว็บไซต์ได้ที่เมล [email protected] นะครับ </h5> </div>
</td>
</table>
</div>
</html>
โค๊ดหน้า config.inc.php
<?
$host = "localhost";
$user = "laklaicom";
$passwd = "";
$dbname = "laklaicom_member";
mysql_connect($host,$user,$passwd) or die("เธ•เธดเธ”เธ•เนเธญ Host เนเธกเนเนเธ”เน");
mysql_select_db($dbname) or die("เธ•เธดเธ”เธ•เนเธญเธเธฒเธเธเนเธญเธกเธนเธฅเนเธกเนเนเธ”เน");
?>
ลองเช็คให้หน่อยนะครับ
|
|
|
|
|
Date :
2011-04-09 00:25:49 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$dbquery = mysql_query($sql); น่าจะได้แล้วนะครับ
|
|
|
|
|
Date :
2011-04-09 00:35:27 |
By :
bank32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่้ได้เลยอะครับ มันขึ่้้นเป็น ช่องว่างๆ ตลอดเลยอะครับ
|
|
|
|
|
Date :
2011-04-09 00:46:29 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้เลยครับ
|
|
|
|
|
Date :
2011-04-09 00:54:30 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แอดไปแล้วนะครับ ชื่อเมล [email protected] นะครับ
|
|
|
|
|
Date :
2011-04-09 00:57:08 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เดียววันนี้ดึกๆผมกลับมาดูให้นะครับ
|
|
|
|
|
Date :
2011-04-09 12:27:50 |
By :
bank32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2011-04-09 13:11:21 |
By :
laklaicom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|