Showing results for write a php website in php
GitHub Repo
https://github.com/ashfiqunmustari/WritersInn-Website
ashfiqunmustari/WritersInn-Website
A user-friendly website for content writing services with a responsive and minimalistic frontend designed using HTML, CSS, and Bootstrap. The backend is built with PHP and MySQL for seamless functionality, data management, and private user-specific features such as profile management, order placement, and viewing order history.
GitHub Repo
https://github.com/netconstructor/Visual-Form-Builder
netconstructor/Visual-Form-Builder
A WordPress plugin that allows you to build and manage all kinds of forms for your website in a single place. Building a fully functional form takes only a few minutes and you don't have to write one bit of PHP, CSS, or HTML
GitHub Repo
https://github.com/OmkarIsHere/Movie-Ticket-Booking-Website-with-PHP
OmkarIsHere/Movie-Ticket-Booking-Website-with-PHP
The user can select theatres and seats of his choice for a particular movie(by filtering and searching) within his area. Users also have the option to write reviews on movie, give ratings to them and select the payment method of their convenience (e.g. Netbanking, UPI, credit card). After successful payment, the user gets a ticket in pdf format.
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/ImTheSadDestiny/AnimeWebsiteTemplate
ImTheSadDestiny/AnimeWebsiteTemplate
a website write in php for website anime
GitHub Repo
https://github.com/technicalguru/php-webapp
technicalguru/php-webapp
A ready-to-use framework to write web applications in PHP
GitHub Repo
https://github.com/wareesha-nasir/The-Writers
wareesha-nasir/The-Writers
A blogging website in php where you can write blog and view any blog
GitHub Repo
https://github.com/chrisssCurry/PHP-RFID-Attendance-logging-system
chrisssCurry/PHP-RFID-Attendance-logging-system
The system is based on a NodeMCU and an Arduino UNO board (for the hardware device), a website created with PHP, HTML, CSS, Bootstrap, Javascript, jQuery and a MySQL database. The hardware device will read RFID cards, store their information, and send it to the website which will process the data and then modify it/store it in the SQL database, then send a response to the device so it can print a message on an LCD screen and also write the result on a micro SD card. This repository contains all the files from my 2020 Applied Electronics Engineering BS diploma project
GitHub Repo
https://github.com/zinodaks/Clinic-PHP
zinodaks/Clinic-PHP
A website written mainly in PHP that serves to aid patients in taking an appointment at a doctor's clinic and describing their symptoms with the purpose of making it easier for the doctor to manage appointments and write consultations for the patients that they can later view on their accounts. Not a responsive website as the focus was mainly to learn PHP. SQL database in the background to keep up with all the data ! Registration and login fully functional.
GitHub Repo
https://github.com/zetsux/zeravel-blog-website