Posted by .:[ ikciu ]:. on 10/03/06 15:40
Zebrawszy mysli fang <fang27@excite.com> wyklepal:
> Anyone have a suggestion as to what function I can use in php to find
> if a number is a whole number, and does not have a decimal?
if(!empty(eregi_replace('([0-9]+)','',$yourNumber)){
echo 'not a number';
}
doesn' works for float values :) but you can simply change it :)
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ikciu | gg: 718845 | www: www.e-irsa.pl
2be || !2be $this => mysql_query();
Navigation:
[Reply to this message]
|