Skip to content

steve011/booklocator

Repository files navigation

Book Locator

Recent Changes

  • Database updated: use search to see the added attributes
  • Had to change query for "Newest Arrivals". The datatype for YEAR_OF_Publication was changed to DATE and no longer worked when being compared against an integer.
======= CIS4301 DB Project

Make sure the following appears in all of your php files in order to connect to the database:

#!/usr/local/bin/php
<?php require ('../connect.php'); // connects to database 
/* 
connect.php contains: 
$connection = oci_connect($username, $password, $server);
*/
?> 

<?php
...

Some PHP...

...
?>

<?php oci_close($connection); ?> <!--closes database connection-->

About

DB Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages