CodeIgniter is a popular PHP framework. It is very easy to use and very lightweight. The CodeIgniter can be used to develop any kind of web project from small website to large scale of application. Here is the list of most popular and most asked CodeIgniter Interview Questions with Answers for both beginners and experienced […]
Delete Multiple Rows with Checkbox using jQuery, PHP & MySQL
Deleting records one by one is very time consuming when there are too many records. We can make it more user friendly by allowing users to delete multiple records on a single click. You just need to add checkbox with each records and allow to select checkbox and then implement functionality to delete multiple selected […]
Data Load While Page Scroll with jQuery PHP and MySQL
When we have more data records to display on a page, we used pagination to display just few records when page load and display next few records on every next click. You can replace your traditional pagination with more user friendly feature to load records dynamically on same page while page scroll. Users don’t need […]
Multi Step Form using jQuery, Bootstrap and PHP
Now a day’s Multi Step Forms are more popular due to more users friendly. The Multi Step Form provides easy step by step procedure to complete long FORM. When there is long FORM with too many fields, you can break the large FORM into multiple smaller Forms with few input fields on each Form to […]
Bootstrap Modal Form Submit with Ajax & PHP
Using form in modal is very user friendly way allows to display form to users to submit on same page. So if you’re looking for solution to use form in modal and submit from there, then you’re here at the right place.