Posted by Cristian on 04/27/06 02:19
function my_integer_check($data, $length = 1) { if(strten($data) > $length){ return false; } return is_numeric($data); }
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming