You Are Here: Home »   Code

Code Library - php

Html ereg - (1,553 views)


<?PHP

function check_code ($str) {
return 
ereg('^<(.+)>$',$str);
}

?>