Count number of characters in PHP Sample script in PHP that will count the number of characters entered by the user in a textbox.
Category: PHP
Calculate sum of column in PHP and MySQL
Simple program in PHP and MySQL that will compute the sum of column in a table. create a database (snippets_db), then import the snippets_db.sql
Browser detector script in PHP
Browser detector script in PHP Simple program in PHP that will determine what type of browser you are using.
Basic Calculator in PHP and Bootstrap
Basic Calculator in PHP and Bootstrap Simple program in PHP that will let the user to enter first and second number and will let the user to select what operator to use (add, subtract, divide, multiply), the program will then…
Simple Email like messaging system in CodeIgniter
System Features: *Register Account *Message Statistics (Admin Dashboard) *Manage Users (Admin) *Send Message to other users
Get Number of Days in Selected Month and Year in PHP
Get Number of Days in Selected Month and Year in PHP Simple program in PHP that will let you select a month and enter the desired date and then the program will display the number of days in that selected…
Online Grading System and Grade Viewing System
Online Grading System and Grade Viewing System Administrator account Encode/update/delete subjects info (id, subjectname) Encode/update/delete class info Ex: BSIT 3-A (id, classname, sem) Encode/update/delete student (id, studentname) Student subject (id, studentid, subjected, classid) Ex: Juan Dela Cruz – BSIT 3-A…
Chemicals and Lab Equipment Inventory System in PHP MySQL
System Features Manage Item Information Manage Chemical Information Manage Supplier Information Report of Inventory User Activity Log
Shopping Cart System in PHP and MySQL
System Features Users Users or Visitors of the system can view, shop or order products by category Customers are required to fill-up the billing information (name, address, contact info) Administrators Can manage products Manage product categories Manage or view unpaid…
File Upload and Download System in PHP and MySQL code example
Source code of File Upload and Download System in PHP and MySQL The admin can upload any type of file (images, music, videos, documents, text files) The user or the visitor of the system or site can be able to…