You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a user credential form project for 'customers' and business vendors; written scripts are in PHP and SQL for the MySQL database.
NOTE: To use database, create a database name like 'customers' and import the users.sql in phpmyadmin, etc. To connect, you can use
" localhost:port/ " if you're using Apache or WAMPserver.
This comes with a GUI database. As you'll find, the CSS stylesheets are in separate folders.
Import the 'users.sql' from the 'sql' folder to the database (this will include blanket info to use to test the database).
Open the 'connect.php' & 'customer.php' files from the .zip file to manually change the database credentials to your own database credentials. Example @ Establishing connection to server
Upload all files (except 'users.sql' and 'sql folder) and folders to your FTP server.