in PHP by

How can I display text with a PHP script?

1 Answer

0 votes
by
Two methods are possible:

<!--?php echo "Method 1"; print "Method 2"; ?-->
...