Answers for "print page php"

1

print button code in php

<button onClick="window.print()">Print</button>
Posted by: Guest on July-06-2020
9

how to code print in javascript

console.log("print")
//or
alert("Print")
Posted by: Guest on April-07-2020
0

print html code in php

<?php
echo "<h2>HTML with PHP!</h2>";
echo "Hello world!<br>";
echo "I'm about to learn PHP!<br>";
?>
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language