I need to add some data to the SQL database on successful printing on click of print button
<button type="button" id="PrintButton" onClick="window.print()" class="btn btn-success">Print</button>
I need to add some data to the SQL database on successful printing on click of print button
<button type="button" id="PrintButton" onClick="window.print()" class="btn btn-success">Print</button>