What I want is to show the content of my variable $serie
alert(<?php echo $serie; ?>);
What happens is that when the value of $serie = '003'
if my alert works but if the value is 'FF01'
no longer resolves it, apparently it only takes the value of the variable when it is number.