PHP

PHP Online Examination Easy and Simple

Submitted by paparaf on
This is a simple Online Examination created using PHP to serve as an example for those who wants to learn PHP. Try this yourself and learn some new codes. For Xampp, put the extracted folder inside xampp>>htdocs For Wamp, copy and paste the extracted folder inside wamp>>www Import database on localhost/phpmyadmin password: admin username: admin Go, Keep Coding!

Basic Data tables PHP

Submitted by GeekRedz on
Creating CRUD grid is a very common task in web development (CRUD stands for Create/Read/Update/Delete). If you are a senior web developer, you must have created plenty of CRUD grids already. They maybe exist in a content management system, an inventory management system, or accounting software. If you just started web development, you are certainly going to experience lots of CRUD grids' creation

PHP Ajax Live Search

Submitted by Pandeyjibanaraswale on
Php Ajax Live Search Uses Data From Mysql Database With Associated Url With It..i was searching whole internet for tutorial like how search engines autocomplete searchers keywords & found this code in simple form of live search..got idea & did some experiment & results was awesome.you can see in picture that the keyword entered in search bar auto suggested many options based on keyword

Simple Hotel Customer Information Admin Using CodeIgniter

Submitted by Guigabytez on
This is a simple Customer Information Admin page where you can add new customer, edit, search , delete and view customer information. This is done using PHP with framework codeIgniter 3.0.3 and jquery. This is good for those who are learning codeIgniter framework. For more information, please contact me via: Email : [email protected] or [email protected] Mobile : +639462377049 or sourcecodester

Broken Links Checker

Submitted by huynhmaianhkiet on
This source code will help you find the links broken. You can check multiple links in one transaction. You only need to list all link that needs to be checked into links.txt file. After that, you have to run the system. You can customize this if you want to use it for your project. Hope you learn from this.