Category: Uncategorized
-
PHP Project 2 Build a website with PHP external data
Build a website in PHP. This first project was to show you the basics of building a website using PHP now we are modifying it to support external data so that the content and the function are totally seperate. <? // contents of index.phprequire DIR . ‘/dplwebsite.php’; // include our class definition// beginning of php…
-
PHP Project 1 Build a website with PHP
Build a website in PHP. This first project is going to show you the basics of building a website using PHP.