Example 1
1- Download
hilibrary from INEX SPA PHP Framework by this URL: https://github.com/AmmarBasha2011/hi.git2- open
web/index.ahmed.php:
<?php
echo "<h1>" . hi("INEX SPA") . "</h1>";
?>
#Or
<h1> <?php echo hi("INEX SPA"); ?> </h1>
#Or
<h1> <?= hi("INEX SPA"); ?> </h1>Last updated