Show code - php-journal.php


<?php
$page_title = "PHP";
$page_association = "programming.php";
include("header.php");
add_page_content("All about PHP",
"PHP is what really allows me to enjoy web development.
<br><hr><br>
<a class=\"modal\" href=\"CODE/PHP/php_functions.txt\">PHP Function list</a>
-- A list of php functions<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/PHP/ip_lib.php\">IP functions</a>
-- Some experiments in IP addressing<br>
<a class=\"modal\" href=\"showcode.php?fname=CODE/PHP/ip_use.php\">Use IP functions</a>
-- demonstrate ip_lib.php functions<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/PHP/ascribe.php\">Ascribe</a>
-- Part of a card game I wrote<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/PHP/phpmud.php\">PHP Mud</a>
-- An experimental mud client in php<br />
");
include("footer.php");
?>