<html>
<head>
<title>An HTML form</title>
</head>
<body bgcolor=lightyellow>
<h2>Using addslashes( ) and htmlentities( ) </h2>
<br><br>
<form method=GET action=/~sultans/php/demo/3webDB/htmlentities.php>
Enter Your Comment<br>
<textarea name=comment cols=65 rows=6>
<table border=1>
<tr><td bgcolor=tan> Sam's > Place\
<tr><td bgcolor=tan> Sam said "have fun"
</table>
</textarea>
<br>
<input type=submit value=submit>
</form>
</body>
</html>