I have a variable that I am calculating the length of and in all browsers except FF (IE, Chrome, Safari) the value is 0.
However in FF, the value is 65 (see screenshot - value beneath photograph)
I have cleared my cache with cc cleaner and using the clear cache option in FF itself.
The code I am using wordpress and the code to display the strlen value is:-
<? $liurl = get('ksl_linkedin');
$liurl = trim($liurl," ");
echo strlen($liurl);
?>
Any help would be greatly appreciated.
Thanks
Jonathan