php

OPAC

Submitted by Jeprox on
This Online Public Access Catalog provides books information, details and status of books in the library. The users search a library catalog to locate books and other material available at a library. The user can search by Accession number, Title, Author, Publisher Name or Copyright Year. ADMIN username: admin password: admin

(Laravel+Bootstrap) Framework Authentication System Plus Blog Post And Read Post

Submitted by ranjit1 on
Install laravel follow the link http://laravel.com/docs/4.2/installation 13 Best place to learn laravel follow this link http://codecondo.com/laravel-news-resources-tutorials/ In this tutorial you will know how make login,registration,forget password recovery,change password,blog post and read post system with bootstrap.

I.D. Database - PHP/MySQL

Submitted by mjt on
Hello Friends, A simple ID DATABASE APPLICATION that will store information into your database and generate staff/employees information. Maybe soon i will update this application for allowing us to print the ID Generated. For more info/update/additional to this application, please let me know we will talk about that :) My email address is [email protected]. Thank you very much. I hope you

Online Ordering System

Submitted by Jeprox on
This Simple Online Ordering System has been written using PHP. You can add, edit, delete products, multiple ordering of products, can upload image product and can leave a message to the website and if you want to go to the admin page just type /admin in the URL. The main feature of this system is the shopping cart. db name: it.sql admin username: admin admin password: admin

Online Public Access Catalog for Researches

Submitted by Jeprox on
Online Public Access Catalog for researches is for viewing and providing information about thesis, capstones and about the authors. It aims to give the students the proper reference that they will need and to know the location of the Special Projects made by the previous batch of students. The user can search by author, title, year and location. Admin Username: admin Admin Password: admin

How To Use Function checkdate() Using PHP

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn PHP function, and it's called "checkdate()". The checkdate() function returns true if the specified date is valid, and false otherwise.
A date is valid if:
  • month - is between 1 and 12 inclusive
  • day - is within the allowed number of days for the particular month
  • year - is between 1 and 32767 inclusive
This function has this form: