Skip to content

sachink23/poll-day-monitoring-system

Repository files navigation

PDMS

  • Instructions for Hosting Provider -
  1. create a new file in project root - db.php with following contents
<?php 

    define("DB_HOST", "localhost");
    define("DB_USER", "username");
    define("DB_PASS", "password");
    define("DB_NAME", "pdms");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published