This website is all about food management. Everyday food is wasted in tons and people around the globe are sleeping hungry. So, we came up with a solution. If you are having access of food please don't waste it by throwing it away, Register to our website, It will help you and to others as well.
------------------------include------------------------------------------------------
This folder contains : -> Database connectivity file common.php. -> 'header.php' which is header of our website. -> 'footer.php' which is footer of our website. -> javascript file 'jscript.php' common to all web pages.
---------------------------uploaded_images-----------------------------------------
This folder contains data like images uploaded by users.
//Files :
----------------------------------------confirm_upload---------------------------------------
-> Displays a message after uploading is complited successfully.
----------------------------------------home.php----------------------------------------------
-> After signup or login the user will see this page it contains a upload image button and add description section.
----------------------------------------index.php----------------------------------------------
->This is the initial page of our website contains about us section and many more.
-----------------------------------------login.php---------------------------------------------
-> Contains a login fourm after login user will redirect to home.php.
----------------------------------------login_script.php--------------------------------------
-> Contains php code for validating user details in the database for secure login.
----------------------------------------logout.php--------------------------------------------
-> Contains code to destroy sesson and logout user securely.
------------------------------------------nearest.php-----------------------------------------
-> Evaluates the distance and display data if it comes under 10 Kilometers from our location.
-----------------------------------------search_food.php-----------------------------------
-> This page redirect user to nearest.php.
------------------------------------------signup.php-----------------------------------------
-> This page contains a signup fourm.
-------------------------------------------signup_script.php-------------------------------
-> Inserts user data coming from signup.php fourm to the database successfully and creates session.
-------------------------------------------upload_script.php-------------------------------
-> Upload Images in the server and insert information into database also it adds user current location in the database.