i want to cast a string to a number and don't know how...
i often had this problem and always solved it by a workaround..
but i'm sure, there is a standard-method... am i right?
$num = intval($string);
thanks again 🙂