December 18th, 201823209 We have received many requests from our readers to post some tutorial on YouTube video downloading. Today I will show you that how to download YouTube video using PHP...
January 15th, 201894082 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...
March 15th, 201701514In 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, 20170674Laravel 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, 201701140You 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, 2017101608Let 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, 20170849In this article we will teach you some PHP Basics like Data types, Mathematical operators, Comparison operators, Comments, Conditional Statements, Loops, Global...