<?php $value = "this, <script></script>, 's 18in,"; $value = strip_tags($value); $newString = preg_replace('/[^a-z0-9]/i', '', $value); echo $newString;
You have javascript disabled. You will not be able to edit any code.