I'm having a confusing problem, in which I send a 000214
by AJAX to a PHP
controller, and there it arrives with result 140
.
I gave a simple console.log(000214);
and the result in the JS itself was 140
.
How can I pass the 000214
correctly to the controller?