Php: Difference between revisions

From Halfface
Jump to navigation Jump to search
(php info)
 
No edit summary
 
Line 1: Line 1:
# create a status page.
=create a status page.=
  <?php
  <?php
  phpinfo();
  phpinfo();

Latest revision as of 13:57, 14 April 2020

create a status page.

<?php
phpinfo();