When will people learn their lesson? This is why it's important to protect against HTML injections.
yields
Tasty Balls Web Site Design | Tasty Balls Business Web Page Design Company | Professional, Affordable Tasty Balls Web Design and Web Development Services | Tasty Balls Custom Business Web Designer
If you're going to be using user submitted values as part of your page content, my advice is to use a white list. If the acceptable values are too variable, try pattern matching, but even this is ify. For the later scenario, you might want to invest your time and/or money in some proper profanity filtering.
Always, always sanitize your input.
Code:
http://www.thecodingstudio.com/index.php?web-design-page=international-web-design&serving=Tasty+Balls
Tasty Balls Web Site Design | Tasty Balls Business Web Page Design Company | Professional, Affordable Tasty Balls Web Design and Web Development Services | Tasty Balls Custom Business Web Designer
If you're going to be using user submitted values as part of your page content, my advice is to use a white list. If the acceptable values are too variable, try pattern matching, but even this is ify. For the later scenario, you might want to invest your time and/or money in some proper profanity filtering.
Always, always sanitize your input.