Simple MySql CRUD In PHP

MySql CRUD is simple and easy to use script that can be implemented on any kind of application. CRUD is nothing but a group of operations i.e. create, read, update and delete records that we perform when our application gets interacted with database. So, for performing these operations we have created a simple input form …

Disposable Email Address Checker Using PHP

In today’s scenario, Disposable Emails  have arisen a bigger problem for all websites runner. It seems very hard to identify the Temporary or Disposable email addresses because… …they register with a valid id(valid for small time spam) in our website. Disposable Emails: Emails which are generated for small time duration with a valid domain address… How …

PHP Read More Link

This tutorial enables you to display two records when user clicks on read more link using object-oriented funtionality. In my example, I have made a folder named read-more-php and placed these pages index.php, config.php, connection.php and style.css. Further set $get_limit variable to travel in the url through the read more link which increments by 2 …

Bootstrap Accordion

What is Bootstrap Accordion ? Accordion is a built in capability of Bootstrap to create menus and technical widgets which can properly organize large content and navigation lists. Here, the areas are designed where information can be displayed by just clicking on a button and sliding an area to open and close. It implements the collapse …

Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users …