รายละเอียดของการตอบ ::
คือ คำเนี้ยเป็นค่าที่มันส่งมาจาก ฟอร์มแรกนะ
<p> <span style="background-color: #ffd700">yuyu7878</span></p>
ผมให้มันใส่ในตัวแปล $test ด้วย mettod POST
พอส่งมาหน้าที่ สอง
$test=$_post[test ];
จากนั้น ผมจะเอามาประมวลผลเพื่อให้แสดงค่าแบบเนี้ย
yuyu7878แล้วมีพื้นหลังสีส้ม อ่ะครับ
ช่วยอีกนิดนะผมงงมาก
<?php
if ( isset( $_POST ) )
$postArray = &$_POST ; // 4.1.0 or later, use $_POST
else
$postArray = &$HTTP_POST_VARS ; // prior to 4.1.0, use HTTP_POST_VARS
foreach ( $postArray as $sForm => $value )
{
if ( get_magic_quotes_gpc() )
$postedValue = htmlspecialchars( stripslashes( $value ) ) ;
else
$postedValue = htmlspecialchars( $value ) ;
}
?>
แก้ตรงไหนดีอ่ะที่จะได้รับค่ามาประมวลผล