The Code You Will Love

Maximum Number of Tables To Display In PHPMyAdmin

Posted on: Tuesday June 21, 2016

  PHPMyAdmin’s default configuration has the following directive: [crayon-684fed0371abb642606331/]   In order to override this setting all you need to do is add the following entry to [...]

Read More

Redirect All Requested URL To Index.php Using .htaccess

Posted on: Tuesday June 21, 2016

So you want to redirect all URL to index.php, and then want to manage requested URL like include landing pages or particular function as per URL. Right? So here we go 🙂  First thing is that [...]

Read More

Use PHP to Dynamically Add To .htaccess File

Posted on: Monday June 20, 2016

    [crayon-684fed0372501791744757/] [...]

Read More

Google reCAPTCHA in php

Posted on: Monday May 23, 2016

  Protect your website from spam and abuse while letting real people pass through with ease. The new reCAPTCHA is here. A significant number of your users can now attest they are human without [...]

Read More

Easy Page Preloader

Posted on: Tuesday May 3, 2016

Easy Page Preloader in HTML/HTML5.   Now a days every websites are powered by Preloader. It will add interactivity to a webpage with some sort of animations.  Today I am going to tell how to [...]

Read More

Multiple Drag & Drop Category Management with PHP/Mysqli

Posted on: Tuesday April 26, 2016

Mysqli   Multilevel Drag & Drop Category Management in PHP/MySQLi.  Now a day  Mysql is going to deprecated and you are getting this Meggase in error log: “The mysql extension is [...]

Read More

Responsive slider, Owl Carousel 2

Posted on: Tuesday April 26, 2016

  Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider.  Multiple item slider. New Features Infinity Loop Center item Smart Speed Stage Padding Item Margin [...]

Read More

Bootstrap toggle menu screen overlay

Posted on: Monday April 25, 2016

Bootstrap toggle menu screen overlay. 1. Load the jQuery MenuPuncher plugin’s JS and CSS in the project. 2. Create a list of links for the navigation menu. 3. Create a link to toggle the [...]

Read More

Delete query in Mysqli

Posted on: Saturday April 23, 2016

Nearly every site that you visit nowadays has some sort of database storage in place, many sites opt to use MySQL databases when using PHP. However, many people haven’t yet taken the step to [...]

Read More

Update query in Mysqli

Posted on: Saturday April 23, 2016

Nearly every site that you visit nowadays has some sort of database storage in place, many sites opt to use MySQL databases when using PHP. However, many people haven’t yet taken the step to [...]

Read More
Translate »