PHP Search and Pagination using PDO
Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...
Guides across PHP, MySQL, JavaScript, Laravel, React, and backend tools.
Search is an important functionality of any information-centric application. Pagination is an integral part of the display when voluminous r ...
Highcharts provides various types of beautiful chart components. It is helpful to present data in an interactive graphical representation. T ...
In this tutorial we are creating an example to do database operations Create, Read, Update and Delete (CRUD) in PHP using PDO connection. In ...
In WordPress there some default fields in add new post form. These are the title, HTML description, category, tags. If we want to add more i ...
Like social networking websites, we can see notification alerts on Facebook in the page header. This tutorial will add header notifications ...
Usually, a menu bar occupies some spaces on a web page. Using a sliding menu gives us more space to display the main content. In previous po ...
Inline CRUD is for performing Create, Read, Update and Delete operations within a grid view. In a previous post, we have seen an example of ...
Images can be added or deleted using jQuery and PHP script via AJAX. In a previous tutorial, we have seen examples like PHP AJAX image uploa ...
This tutorial will show how to display text in the vertical orientation. We use CSS for displaying floating text in the vertical direction. ...
Using the jQuery date picker, we can format a selected date using the dateFormat option. In a previous post, we have seen how to use jQuery ...