I think Jeremy means how to use it as an integer, if it is stored as a string. In this case, use $intvalue = $strvalue + 0, where $strvalue is "0", "1" and so on.

Edwin


Jeremy wrote:
Hey folks,
Im apologize that this is just a really easy general php question but any help would 
be appreciated.

if i have a variable that is = to something like "0" or "1"

but I just need it to be 0 or 1. how do i strip the " off.

thanks,
Jeremy



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to