| 0 comments ]

function isNaN( $var ) {
return !ereg ("^[-]?[0-9]+([\.][0-9]+)?$", $var);
}

0 comments

Post a Comment

Please put your comments here. your questions, your suggestions, also what went wrong with me.