How do I check how many bytes a variable is??
Like:
$var = "testing";
$var sould be 7 bytes right? But how do I check this automatic? Is the a piece of code for this??
Thanx, Niels w.j.kregting@chello.nl
$stringlength = strlen($var);