Posts

Showing posts from June, 2019

Contact Form with Messages Entry Management with PHP and MySQL

Image
This Simple Contact Form system allows you to integrate the form in any website or you can customize this one and send messages without reloading the page. You can easily manage all the messages entry through the Messages Entry Management where you can view the contact details as first name, last name, e-mail, phone, subject, message and sent date. The website, the contact form and the Messages Entry Management are fully responsive and all the fields are validated before sending messages.  It is very important to keep in mind that you will not be able to receive any email on any email account as Gmail. The messages are stored on the database (egmedia_contacts) where you can access using the Messages Entry management.  Yo can watch the whole process of running this system on my YouTube channel in the video below:  On the contact form you have six fields, first name, last name, email, phone, subject and message which are all required before sending an...

Simple Sale System - PHP and MySQL

Image
This very simple PHP sale system is a very useful web software. This application can be used for new students who are searching for code to reuse and learn basic PHP and MySQL.  Features:  Easy to use menu.  Create, update and view products information.  Create, update and view client information.  Create, update and delete sales.  Print PDF clients, products and sales informatio Yo can watch the whole process of running this system on my YouTube channel in the video below:  Online Demo Download Source Files File structure

User Registration and Login System - PHP and MySQL

Image
In this system user can register accounts by providing firstname, lastname, email, username, password, gender and birthday, login and see the user information and logout using HTML, PHP and MySQL. The main page is accessible only to logged in user. Any other users not logged in will not be able to access in their information page. This program is perfect for new developers  who want to reuse the code on for just to have fun with it.