Posted by ZeldorBlat on 09/15/05 09:06
Use intval(): http://www.php.net/manual/en/function.intval.php $x = "07"; $x = intval($x); echo $x;
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming