Hello programmers in this PHP Tutorial I’m gonna show you how to add watermark to image using PHP. I will create a PHP file which will process two images, One image will be o.... Read More
I am again with a JavaScript tutorial that can make newbies feel great. In this tutorial, I am going to show you how to consistently move an element with arrow keys. I already show.... Read More
Echo dollar sign in PHP is very easy if you know where to use the single quote with echo statement and where to use the double quote with echo. In this tutorial, I will explain eac.... Read More
Echo and print in PHP are very similar to each other. Especially for the beginners, its difficult to figure out the difference between echo and print in PHP as both of the statemen.... Read More
In PHP We don’t have to declare the data type of a variable. So in PHP, it is easier for us to Reverse a number using the strrev() function. Using this function we can revers.... Read More
In this tutorial, you gonna learn find the largest of given numbers in PHP. In PHP, We have a function max() by using this function we can easily get the largest number. But I wil.... Read More
Are you ready to play with JavaScript? Because this tutorial is going to be an interesting one who love playing with JavaScript DOM. In this tutorial, I am going to let you know ho.... Read More
I am going to show you how to get the current URL of the web page with the help of JavaScript on the client side. We can use the JavaScript window.location object to get the curren.... Read More