Member information verification query system, an online information authentication website platform that cooperates with offline membership cards and other materials. Because the code is relatively simple, it is written in PHP+Mysql; it is suitable for individuals or small and medium-sized enterprises.
Configuration file:
Inc/conn.php database address, account, password configuration modification; must be modified
inc/tite.php website configuration information; must be modified
How to use:
1. Modify the configuration information in inc/tite.php and inc/conn.php. If installed in a subdirectory, please modify the configuration file to the corresponding directory path.
2. Import the sql database file in "Mysql Database Structure and Initial Data" into your own database. Just import it directly without modifying anything else.
3. Upload the website program to the server or corresponding virtual host directory. Note: The test database of this program is Mysql5.5, PHP5.0-7.0, which requires server or virtual host environment support.