Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
johnx123
on June 3, 2011
|
parent
|
context
|
favorite
| on:
Let's make the web faster: PHP performance tips by...
Agreed. Should be:
$stripped_description = strip_tags($_POST['description']); echo $stripped_description;
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$stripped_description = strip_tags($_POST['description']); echo $stripped_description;