|
Html tags can be stored in a regular text field if you are the only person adding content to the database. Tags like Quote:
<p> <br /> <hr> <b>
and so on are quite common in text fields.
If you are allowing others to add content to your database you must use the striptags() function to exclude or allow only some tags or you may wind up with something malicious in your pages. A meta refresh to another location is one example of something you do not want.
__________________
Please login or register to view this content. Registration is FREE: Web-based Excel-like Java reporting tool.
|