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…