PHP Snippets Free Download PHP Simple Scripts for Beginners the package includes the following codes basicmathcalculator.php browserdetector.php calculatesumofcolumn.php countnumberofcharacters.php displaydatetime.php displaylistofdatabaseinmysqlserver.php emailvalidation.php feettometer.php
Tag: php tutorials
Online Grading with Grade Viewing System in PHP MySQL Free Download Source code
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…
Feet to meter converter in PHP
Feet to meter converter in PHP Sample script in PHP that will convert feet to meter.
Get the filesize and file extension of a file in PHP
Get the filesize and file extension of a file in PHP PHP script that will get the file size and file extension of the uploaded file.
Display Date and Time in PHP
Display Date and Time in PHP PHP script that will display the current date and time of the local computer.
Count number of characters in PHP
Count number of characters in PHP Sample script in PHP that will count the number of characters entered by the user in a textbox.
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