Skip to content

Webapplication to insert and view quotes from people

Notifications You must be signed in to change notification settings

maarten0912/quotes

Repository files navigation

quotes

Webapplication to insert and view quotes from people

database

The application uses a MySQL database. To get the application to work, you have to fill in your database credentials in the dbinfo.php. It should look like this:

<?php
$database_name = "name";
$database_user = "user";
$database_password = "password";
$database_host = "host";
?>

About

Webapplication to insert and view quotes from people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published