PHP

Classroom Management System In PHP

Submitted by JhemhaiixD on
Classroom Management System is commonly used by the teachers to ensures that classroom lessons run smoothly. This system allows users to upload documents in word, excel or power point format and images also. Teachers can also post quizzes and can be take by the students if they're already registered to the system.

INSTALIKE: Instagram like responsive photo gallery

Submitted by RobertSoriano on
Introducing INSTALIKE! What is Instalike? Instalike is a responsive instagram like photo gallery that uses foundation framework to be viewable on any device. How to install it? Download wamp or xampp Extract the file to your www(wamp) or htdocs(xampp) folder. Create database db_instalike and import the database included in the file. Edit dbc.php to your database configuration. Happy coding!

How To Make Login Form With JQuery In PHP

Submitted by alpha_luna on
Good Day!!! Related Code: How To Make Register Form with JQuery Validation In this tutorial, we are going to learn How To Make Login Form With JQuery In PHP. This is simple project and it consists username and password. Username tutorial Password admin Database Name login_jquery You can use it to your Website or System. Download the source code and try it. Enjoy Coding... Directions: For JQuery

How To Make Delete Multiple Rows Using PHP

Submitted by alpha_luna on
Good Day!!! In this tutorial, we are going to learn on How To Make Delete Multiple Rows Using PHP. The features of this project is to add a data then, delete multiple data using check box as our selector. Hope you find this useful. Directions: For Javascript - Select All Rows For PHP - Add Data if(isset($_POST['submit'])) { $userid=$_POST['userid']; $name=$_POST['name']; $username=$_POST['username

Know Your Age Through AJAX and PHP

Submitted by suryaprakash@s… on
Dear Sourcecodester Users! This is my first code submitted in Sourcecodester. Thank you http://www.sourcecodester.com for having such an excellent website which is very very helpful for beginners as well as for experienced programmers. About This Code: I have uploaded a simple PHP code to get age through AJAX. This code might be helpful for your project(s) Thank You!