|
|
|
ถ้าต้อง action 2 หน้า ทำไงคะ เขียนยังไงคะ ?? ขอบคุนคะ |
|
|
|
|
|
|
|
ทำแล้ว แต่ข้อมูลในฐานเปนค่าว่างคะ
index.php
<form name="formsearch"action="search1.php" method="POST">
<label class="mtsearch">
<input type="text" name="domain_search" autocomplete="off" title="iblogs.in" class="inp"/>
<input type="submit" name="Submit" value="" class="imgsearch" />
</label>
</form>
search1.php
<body onload="document.formsearch.submit();">
<form name="formsearch" action="insert_sitedata.php" method="post">
<input type="hidden" name="domain_search" value="<?=$_POST["domain_search"];?>">
</form>
</body>
insert_sitedata.php
<?php
include("./config/config.php");
$strSQL = "INSERT INTO sitedata ";
$strSQL .="(domain,title,description,tags,whois) ";
$strSQL .="VALUES ";
$strSQL .="('".$domain."','".$title."','".$description."' ";
$strSQL .=",'".$keywords."','".$result."') ";
$objQuery = mysql_query($strSQL);
?>
|
|
|
|
|
Date :
2011-07-21 14:44:16 |
By :
Poster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ค่อยเข้าใจความหมาย code แต่ละบรรทัดเลยคะ พอดีอ่านๆๆ กระทู้ที่มีคนเคยถามเรื่องนี้ แล้วก้อลองทำตามๆดู
ช่วยหน่อยนะค่า
|
|
|
|
|
Date :
2011-07-21 17:28:32 |
By :
Poster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|