Showing results for make a website in php
GitHub Repo
https://github.com/patidarayush11/OneTreeBook-Website
patidarayush11/OneTreeBook-Website
The project titled ONE TREE BOOK is a website having various genres of ebooks readily available for users. The aim of project is to make a user favourable website that helps readers to find the choice of books and download its pdf. This website will provide both technical and literature books. Technical domain covers various important topics which can also be used by students for studying. Literature is for the readers interested in various genres of books. Users will have the option of accessing books by downloading them and admin will have access to both uploading and downloading of books. The user interface is developed using HTML and CSS and back end programming for login and registration with database and uploading files is done using PHP and validation of user’s inputs is done by JavaScript.
GitHub Repo
https://github.com/gaurav-aditya/iNotes
gaurav-aditya/iNotes
iNotes is a website where you can make your own to do list.
GitHub Repo
https://github.com/projectworldsofficial/Jwellary-shop-PHP-MYSQL-
projectworldsofficial/Jwellary-shop-PHP-MYSQL-
Free Download Online Jewellery Shopping System Php Project with source code. Online Jewellery Shop is basically used to build an application program which help people to find and buy latest design of jewellery with different categories like Gold Silver, Diamond . It is useful in the way that it makes an easier way to buy products online. Today most of the jewellery shop is useful for shopping site. The admin have lots of paper work and they are using desktop, spread sheet like MS Excel application to manage data in soft copy about user record. In this proposed jewellery System it will run in server and user can handle whole the registration activities. It has facilities to generate various types of reports (like pdf, excel) which are required by the management during event organizing. This application maintains the centralized database so that any changes done at a location reflects immediately. This is an online tool so more than one user can login into system and use the tool simultaneously. The aim of this application is to reduce the manual effort needed to manage transactions and historical data used in various gods owns. Also this application provides an interface to users to view the details about events. System Actors The application is implemented in PHP and consists of two main components: i. Admin and ii. Customer side Admin side consists of the features such as Creating Username & Password, Input Items, Modify Items, Delete items, Query Sale Data, Query Database’s data, and Logout. Customer?user side consists of the features such as Select Products, Search Products, Buy Items, Continue Shopping, View Cart, Checkout, Sign-in, Creating an Account, Bill/Ship Information, Confirm, Send Order, and Delete Order. There are also the future works for this application.There are mainly three such objectives which are as follows: • To shop in the comfort of your home, without having to step out of the door. • To be able to easily save money and compare prices from website to website. The software specifications are • Operating System: Window 7 and above • HTML, CSS, Bootstrap (Front end) • MY SQL(Back end) • PHP(Server side programming) • XAMPP Server Installation Steps 1. Download zip file and Unzip file on your local server. 2. Put this file inside “c:/wamp/www/” . 3. Database Configuration Open phpmyadmin Create Database named db name. Import database db name.sql from downloaded folder(inside database) 4. Open Your browser put inside “http://localhost/folder name/“ Download
GitHub Repo
https://github.com/ilyasine/maintenance-coming-soon-redirect-animation
ilyasine/maintenance-coming-soon-redirect-animation
Make your website in maintenance mode in seconds with great looking animations and configure settings to allow specific users to bypass the maintenance mode functionality in order to preview the site prior to public launch.
GitHub Repo
https://github.com/mathurvishal/Institute-of-Current-Students---PHP-Project
mathurvishal/Institute-of-Current-Students---PHP-Project
The “Institute of Current Students” Website (web based application) is useful for the students, faculty, guest who likes to display result as well schedules of examination and all that task like event, news, students can find out list of fresh courses offered by them and admission procedure, discussion forum, fee structure etc. without going to institute. It provides the facility to the students or guest to have complete information about the institute. In this website, does not need to perform papers work likes to make result sheet on papers and then put on the notice board. But on this site just go to the database and update the result and other information. “Institute of Current Students” is a web enabled project with client server application. This website is an initiative to take all the academic and administrative processes of the Institute for IT backbone. This Project is purely web-based that can be accessed from any part of the world with the help of any standard web browser and a working internet connection. “Institute of Current Students” is an automation system which is used to store the information of Institute, faculty, student, exams, and results in the Institute database. Starting from registration of a new student in the institute, it maintains all the details regarding the details about the student and marks of the students. We can also call institute as “Institute Information Centre”. Institute Information Centre provides a solution of all problems in the form of easy to configure and use application by automating all the functionality. To make this website work successfully I shall be using some latest technology such as BOOTSTRAP FRAMEWORK for designing, PHP as the Development Platform and MYSQL as the Database Management environment.
GitHub Repo
https://github.com/atomantic/PHP-Site-Template
atomantic/PHP-Site-Template
A template for creating a new PHP driven website (folder structure and base files) -- this project is mainly a hub for students of Adam Eivy's Web Development classes at Seattle Central Community College but is available to anyone who wishes to join in creating a universally usable foundation for a php site template. Please make suggestions for additions/modifications or join the project before forking :)
GitHub Repo
https://github.com/naman0105/Accomodation_finder
naman0105/Accomodation_finder
This website makes it easier to find proper accommodation in different areas according to people's requirements. This will be especially beneficial to the college students who are in search of an accommodation. This will create a proper database of all the proper living accommodations nearby various institutes. This website will be helpful to the people coming from out of town, they won’t have to roam around in search for a proper accommodation. Different owners can list their PG/Hostel on the website with complete specifications of rooms available. If the project is successful, it will lead to an increase in the competition and decrease in the prices of the Hostels/PGs.
GitHub Repo
https://github.com/MuktaGhosh/Automated-Food-Ordering-System
MuktaGhosh/Automated-Food-Ordering-System
This is an website for ordering food via online.Here have Customer, Admin ,Cook and Waiter panel to make order full-fill.Customer can make order food in restaurant and home-delivery both. There have intregated PayPal system also for online payment.Also can pay as offline payment.both with I use PHP(backend), CSS ,HTML,
GitHub Repo
https://github.com/DSCfuo/fuocribs
DSCfuo/fuocribs
FUOcribs is an open source web project aimed at helping university students find roommates and available accomodation. The overall idea behind this program is to help develop coding and real-world problem-solving skills. This project is beginner friendly because no framework would be used and would be built from scratch so we encourage every contributor to give this rpoject their best shot and also __write down good comments in your codes to help another person reading your code learn and understand fast.__ ## Languages required * HTML5 * CSS3 * JAVASCRIPT * PHP * MYSQL ## Tools needed * Web browser * Text editor * You can use any text editor of your choice. Recommended text editors: [Atom](https://atom.io), [Brackets](https://brackets.io), [Vscode](https://code.visualstudio.com/download) * Offline server ([xampp](https://www.apachefriends.org/download.html) or [wamp](http://www.wampserver.com/en/)) ## Workflow This section describes the workflow we are going to follow when working in a new feature or fixing a bug. If you want to contribute, please follow these steps: #### Fork this project Clone the forked project to your local environment, for example: ```git clone https://github.com/DSCfuo/fuocribs.git ``` (Make sure to replace the URL to your own repository). Add the original project as a remote, for this example the name is upstream, feel free to use whatever name you want. git remote add upstream ```https://github.com/DSCfuo/fuocribs.git ``` Forking the project will create a copy of that project in your own GitHub account, you will commit your work against your own repository. #### Updating your local In order to update your local environment to the latest version on master, you will have to pull the changes using the upstream repository, for example: git pull upstream master. This will pull all the new commits from the origin repository to your local environment. #### Features/Bugs When working on a new feature, create a new branch feature/something from the master branch, for example feature/login-form. Commit your work against this new branch and push everything to your forked project. Once everything is completed, you should create a pull request to the original project. Make sure to add a description about your work and a link to the trello task. When fixing a bug, create a new branch fix/something from the master branch, for example fix/css-btn-issues. When completed, push your commits to your forked repository and create a pull request from there. Please make sure to describe what was the problem and how did you fix it. #### Updating your local branch Let's say you've been working on a feature for a couple days, most likely there are new changes in master and your branch is behind. In order to update it to the latest (You might not need/want to do this) you need to pull the latest changes to develop and then rebase your current branch. $ git checkout master $ git pull upstream master $ git checkout feature/something-awesome $ git rebase master After this, your commits will be on top of the master commits. From here you can push to your origin repository and create a pull request. You might have some conflicts while rebasing, try to resolve the conflicts for each individual commit. Rebasing is intimidating at the beginning, if you need help don't be afraid to reach out in slack. #### Pull requests In order to merge a pull request, there should be a couple of approval reviews. Once is approved, we should merge to the master branch using the Squash button in github. When using squash, all the commits will be squashed into one. The idea is to merge features/fixes as oppose of merging each individual commit. This helps when looking back in time for changes in the code base, and if the pull request has a great comment, it's easier to know why that code was introduced.
GitHub Repo
https://github.com/trayBeamz/bloxluck-gambling-website-leaked