Answers for "how to make a print text in php"

PHP
0

print in php

print_r("");
Posted by: Guest on July-16-2020
0

how to make a print text in php

<html>
<body>

<?php
$txt1 = "test";
$txt2 = "test";
$x = num;
$y = num;

print "<h2>" . $txt1 . "</h2>";
print "test " . $txt2 . "<br>";
print $x + $y;
?>

</body>
</html>
Posted by: Guest on September-22-2021

Code answers related to "how to make a print text in php"

Browse Popular Code Answers by Language