Code: Select all
$inputaboutme=strip_tags($inputaboutme, '<b><a><i><br><center><td><tr><table><caption><p><strike><small>');The html gets input by the user, let's say a simple link:
Code: Select all
<a href="http://www.blahblahlblah.com">Code: Select all
<a href=\"http://www.blahblahlblah.com\">Code: Select all
<a href=\\"http://www.blahblahlblah.com\\">Code: Select all
<a href=\\\"http://www.blahblahlblah.com\\\">