In this tutorial, you will learn how you can add multiple image into the bootstrap slider, that help you to add some cool images into your website sliding. Bootstrap multiple image slider will look amazing…
Posts published in “Web Development”
In this tutorial, you will learn how to install Django on Windows step by step guide. Django is a python web framework used for rapid web development. Installing Python You can download & install the…
You have think or searched that what is $ and $$, if yes then, your search end here. $$var is known as reference variable where as $var is normal variable, in the same way program…
Print and echo both are language constructs that means the PHP compiler knows the exact syntax of the echo/print() statement. Language constructs act like some keywords, they already defined by the compiler. Let come to…
Removing extension from urls have advantage that it’s hide the backend technology from end users. First step is to create a .htaccess file on your document root and write these codes to remove file extensions.…