if i got:
$len ="See Forum Rules (below) for more information";
or
$len = array("apple","banana","orange");
how do i get the size of $len in bytes???
thanks =)
$noofchars = strlen(array("apple","banana","orange"); // No. of characters (bits) $bytes = $noofchars * 8
Try that...
yup, apart from you'll need another closing bracket ")" on that strlen function.
sorry, i'm fussy!
Oops. I keep leaving things out today. @.@