******************************************************************************************************************************** # Steps to install the personal budgeting application: ******************************************************************************************************************************** Step1:- Download:- Click on the Download button to download the zip file of personal budgeting application. Unzip the personal-budgeting.zip file to extract the application files and folders. Step2:- Copy folder to public_html:- You need to copy the personal budgeting folder to your site Document Root folder(i.e. public_html) Step3:- Run Sql Query:- Inside the personal-budgeting folder open file install-sql.txt. Copy the whole code and paste it in sql query window (e.g. in phpMyAdmin). After executing the code you will get message like 'Your SQL query has been executed successfully'. Now, database and tables has been created. Step4:- Create Database Connection:- Inside the personal-budgeting folder you will get a file DatabaseConnection.php. Change your application DatabaseName, DatabaseUserName, DatabasePassword, DatabaseType, DatabaseHost and DatabasePort to connect with the database. Step5:- Run the application:- Now, you can run the application from any web browser(Firefox, InternetExplorer, Google Chrome etc.). The web address will be like your site domain /personal-budgeting/ (e.g. Suppose if your website is http://www.abc.com/ then you can see the application in http://www.abc.com/personal-budgeting/). Step6:- Use application for guest and registered user:- You can use the application for guest and registered user as well. For registered user you can use the user login check function which returns UserID in authenticate.php ********************************************************************************************************************************