Posts

Resumes Management and Job Application Website with PHP, Bootstrap and MySQL

Image
This very simple application can be use for small businesses or by students on their projects. On this  system candidates can send their information to apply for a specific job position. The Admin is able to see all the candidates information on the Resumes Management Application and download the resumes provided, also the admin is able to update the position information without reloading the page which is displayed on the Job Application Website specifically on the job description session. The candidates and the admin user can access this system from any place by using any device, because this is web based and its design is responsive.  Job Application Website Job Description Session On this session candidates are able to see and analyze the job position available. Which provides the job tittle, description and requirements. Apply Session Here the candidates can provides their information and upload their resume. All the fields (first name, last name, ...

Barcodes Generator Using PHP, MySQL and JsBarcode library

Image
This application shows up how easy it is to generate barcodes using php and JsBarcode library, here you can generate barcodes by just providing a product name. The barcodes are generated using the combination of product name and the time (minutes and seconds) in which the product name is stored on the database in order to avoid barcodes duplication. Once the generate barcode button is pressed the product name is stored on a MySQL database named egm_barcodes altogether with an id, code and datetime. The barcodes table reloads automatically displaying all the barcodes generated so far. You can generate as much barcodes as you want. Online Demo Download Source Files You can reuse the codes on yours projects or just find out how the barcodes can be generated using JsBarcode library. JsBarcode is a JavaScript written library that works in both the browser and on Nodes.js, for more information please visit http://lindell.me/JsBarcode. For you to be able to ...

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.