Is there a way to use PHP to address the HTML DOM like is done in Javascript?
For example, in Javascript:
formname.formfi eld.value = variablename;
Can PHP operate in the same way?
For example, in Javascript:
formname.formfi eld.value = variablename;
Can PHP operate in the same way?
Comment