The Code You Will Love

Create Base URL and include PHP file with Base URL in Core PHP

Posted on: Friday July 1, 2016

You have to define first and then you can include any php file with SERVER_ROOT.  if you are using URL without extension or you want to call a php file with slash e.g. (http://xyz.com/services/web) [...]

Read More

Parallax theme Bootstrap & Cool animations

Posted on: Thursday June 30, 2016

https://mobirise.com/bootstrap-template/slider.html http://bootsnipp.com/tags/sidebar (Responsive Sidebar) http://codepen.io/Hornebom/pen/clDsr (Bulb on/off) http://ianlunn.github.io/Hover/ (button [...]

Read More

Website URL without file extension

Posted on: Monday June 27, 2016

First, verify that the mod_rewrite module is installed. Then, be careful to understand how it works, many people get it backwards. Redirect All Requests To Index.php Using .htaccess  Get characters [...]

Read More

Compress website for fast Loading

Posted on: Wednesday June 22, 2016

For fast loading website you have to do some compression. 🙂 you can check page speed here: https://tools.pingdom.com/ https://developers.google.com/speed/pagespeed/insights/   Compress .jpg [...]

Read More

Maximum Number of Tables To Display In PHPMyAdmin

Posted on: Tuesday June 21, 2016

  PHPMyAdmin’s default configuration has the following directive: [crayon-67683a87afc11760295198/]   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-67683a87b0045925166348/] [...]

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
Translate »