<?php
$num = 1750000;
echo number_format($num, 0, " ", " "); //1 750 000
onchange = script [CT]
The onchange event occurs when a control loses the input focus and its value has been modified since gaining focus. This attribute applies to the following elements: INPUT, SELECT, and TEXTAREA.
element.onchange();
if ("createEvent" in document) {
var evt = document.createEvent("HTMLEvents");
evt.initEvent("change", false, true);
element.dispatchEvent(evt);
}
else
element.fireEvent("onchange");
var img = document.createElement('img');
img.src = films[randomNumber];
img.onload = function(){
divFilms.parentNode.replaceChild(img, divFilms);
}
#films {
min-height: 360px;
}
[^\p{Cyrillic}\p{Latin}\p{Common}\w\s]+