PHP

Authentication Secure Login, Registration and View Profile

Submitted by rinvizle on
Authentication Secure Login, Registration and View Profile where the users of your websites can be able to create their accounts, and log in with their valid information so as to access the system to their various accounts. Users information during registration process have been validated and stored in the database. The system can show you the details about your profile that you've been created before and after you logging in. The system validates new users for duplicate email addresses and performs valid authentication during registered users log in.

Update, Delete And Reserve Product In PHP

Submitted by rinvizle on
Update, Delete And Reserve Product In PHP, in this tutorial i will teach you how this application created in PHP. This simple tutorial updates the products and the quantity of every data of product. You can also Delete and Reserve a products that you want to reserve. Each product that you've been reserved has based on the day that you issued and the day that you want it to pick the product. Every reserved product has been recorded to the list of reserved users.

Sample Laravel 5.3 Project with Bootstrap Templates

Submitted by sanbunna9 on
Hello everybody, I am San bunna, I would to share you about sample laravel 5.3 project that we can work with other framework like bootstrap, javascript...etc. Everyone can install laravel project into your web server but you must install composer first. If you everyone want to know more about laravel project, please visit my youtube channel. E-mail: [email protected] Skype: san_bunna9 Youtube

e-Commerce Site Using PHP/MySQL

Submitted by Davis21 on
This is an e-Commerce site created using PHP/MySQL. It has an administrator page that allows you to add products. You can add, edit, update and delete products. It also has a report of products list. Features: Products Product Report Product List Equipment Assigned Equipment Fixed Asset Report __________________________ click administrator ADMINISTRATOR only user: davis_server pass: Enterrich

Php Sheep and Goat Management Application

Submitted by SUCCESSGANDE on
Goat and Sheep Management is a web application design to management any animal husbandry farm of like kind. Features 1. Add New Born by Mother 2. View Goat ages 3. Bury Dead Goat 5. Report Missing Goat 6. Report Dashed out Goat 7. Employ Staff 8. Vaccinate goat 9. Add Income 10. Add Expenditure 11. And many more. USERNAME: NABEMJUDE PASSWORD: gandepuun Note: Configure the base.php file to suit

Small and Capital Letters Count in PHP

Submitted by azalea zenith on
In this tutorial, we are going to create a simple program that can count small and capital letters in the webpage and it's called Small and Capital Letters Count in PHP. If you are looking for this kind of program then you are at the right place. This simple program is written using PHP and HTML. This is a very short PHP query that can count the number of Small and Capital letters in a given word by the user enters in the TextBox. This simple source code is very simple to use yet easy to understand.