<html> <title>Login</title> <head> </head> <body> <?php function conCat($txt1){ $txt1 = $_POST["txtName"] ; $txt2 = $_POST["txtLastName"] ; $show1 = $txt1." ".$txt2; return $show1; } echo conCat($txt1); ?> <form id="form1" name="form1" method="post" action="concat_string.php"> Input Text#1 : <input type="text" name="txtName" id="txtName" size=40 /> <br /> Input Text#1 : <input type="text" name="txtLastName" id="txtLastName" size=40 /> <br /> Concatinated-String : <br /> <button type="submit" value="Log In">Log In</button> </form> </body> </html>
<?php $str = '<p>this -> "</p>'; echo htmlspecialchars_decode($str); // note that here the quotes aren't converted echo htmlspecialchars_decode($str, ENT_NOQUOTES); ?>
<?php $aa = "a boy's cat"; $bb = addslashes($aa); echo $bb.'<br>'; $cc = stripslashes($bb); echo $cc.'<br>'; ?>
Quote:stripslashes
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง