<? echo $x; $a=10; $b=20; $x=$a+$b; ?>
Quote: แต่ผมมีความจำเป็นที่จะต้องให้ echo $x; ไปอยู่ด้านบนของประโยค
<head> <script> function SumA() { var txt1 = document.getElementById('txt1'); var txt2 = document.getElementById('txt2'); var txt3 = document.getElementById('txtsum'); if (!isNaN(txt1.value) && txt1.value!="" && !isNaN(txt2.value) && txt2.value!="") { txt3.value = (parseInt(txt2.value) + parseInt(txt1.value); } } </script> </head> <input id="txtTagWrong" name="txtsum" type="text" size="20" value=" " onblur="SumA();" onchange="SumA();" onfocus="SumA();" onclick="SumA();"/> <input id="txtTagWrong" name="txt1" type="text" size="20" value=" " onblur="SumA();" onchange="SumA();" onfocus="SumA();" onclick="SumA();"/> <input id="txtTagWrong" name="txt2" type="text" size="20" value=" " onblur="SumA();" onchange="SumA();" onfocus="SumA();" onclick="SumA();"/>
<? if($submit == "OK"){ $x=$a+$b; //// ถ้าเอาส่วนของการคำนวณไว้ข้างบนก็พอได้ *-* echo $x; } ?> <form name="form1" method="post" action="page1"> <input name="a" type="text" value="10"/> <input name="b" type="text" value="20" /> <input type="submit" name="submit" id="button" value="OK"> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง