January 15th, 201823471
Most of the developers found PHP is the right developing language which works perfectly from server-side. Using such type of scripting languages has been boomed since...
May 3rd, 20171425876
I have used this amazing plugin in a project and found it very helpful for your websites and its super easy and simple to integrate in your website.
I have used...
March 15th, 20171922In PHP, there are a variety of ways in which you can sanitize the user input, depending on your needs. The htmlspecialchars function allows you to transform every...
February 28th, 20170486Laravel is one of the best PHP Framework so we are going to show you some cool functions and methods in this article I hope you like it.
February 13th, 20170767You can use the date function to generate a date string of your desired format. As a second parameter, you can add a UNIX timestamp representing the date that you wish...
February 13th, 201701136Let us say that we want to use the OpenWeatherMap API to display the weather in an arbitrary city. We could achieve this in the following way
February 2nd, 20170405In this article we will teach you some PHP Basics like Data types, Mathematical operators, Comparison operators, Comments, Conditional Statements, Loops, Global...