php

Student Information System (with account encryption and sessions)

Submitted by blocker25 on
This is a sample STUDENT INFORMATION SYSTEM, with administrator as backend user who can perform all task pertaining the system. Frontend users are restricted with limitations. The system comprises the latest HTML5 AND CSS3 for frontend and PHP MySQL as backend. It also uses MD5 password encryption and user encryption for security. ===Administrator Account== Username: admin Password: password =====

International PHP Conference 2012 in Germany Announced

Submitted by navajocodetalker on
The highly-anticipated gathering of the brightest minds in the world particularly PHP enthusiasts will happen this coming October 14-17, 2012 in Mainz, Germany. The Internationl PHP Conference 2012 in Germany is a globally recognized event for PHP developers, web enthusiasts, IT managers and people who were involved in technologies. The conference aimed to explore the different key topics and core

The PHP ZendCon 2012 Slated for October 22-25-2012 Details Released

Submitted by navajocodetalker on
The world's largest gathering of PHP Developers will be on October 22-25, 2012 to be held at Sta. Clara, California, USA. The conference promised to be the best ZendCon ever. The conference offers you the chance to learn from a variety of technical sessions and in-depth tutorials. Some of the world's most well-known industry experts and PHP luminaries will be discussing the best practices and

Backup MySQL Database Using PHP

Submitted by argie on
This code will help you on how to backup your database. I Created this code to help thus programmer that encountered difficulties in creating backup of their database. The features of this code is that it allows you to backup your MySQL database. In this this code also you will learn on how to get all list of file in a folder directory. I hope this code will help you, if you have some question of

Live Search Using PHP/MySQL

Submitted by argie on
This code will help you on how to create a facebook like live search. This program uses javascript to display results (without pressing the enter key) right after you pressed any key without moving to other page. The result of the search query will be displayed below the textbox. Also, you can customize this code by adding a link on the dropdown list and redirect it automatically to the desired

File Upload using PHP

Submitted by argie on
In this code you will learn on how to upload and download file using php. The system has the capability to record the download details, such as the time and date of download, the person who download the file and automatically save directly to database. database name: br username: admin password: admin