<input id="button01" type="button" value="add" onclick="add()">7</input>
<input id ="button02" type="button" value="sub" onclick="sub()">8</input>
<input id="button03" type="button" value="div" onclick="div()">9</input>
<input id="button04" type="button" value="0" name="button04">10</input>
<?php
$document->querySelector('#button04')->nodeValue;
?>
Я хотел бы использовать querySelector, я, честно говоря, не хочу ответа, относящегося к Ajax, я просто хотел бы повторить nodeValue и значение button04. Спасибо.