How To Add Watermark in Images Using PHP – Source Code

By Saruque Ahamed Mollick

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

Move an Element with Arrow Keys in JavaScript

By Faruque Ahamed Mollick

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

How To Print Variable Name With Dollar Sign In PHP

By Saruque Ahamed Mollick

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 Statement Difference in PHP

By Saruque Ahamed Mollick

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

Reverse A Number in PHP with Various Methods

By Saruque Ahamed Mollick

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

PHP Program To Find The Largest Number of Given Values

By Saruque Ahamed Mollick

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

Move an Element to Mouse Position in JavaScript

By Faruque Ahamed Mollick

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

Get Current URL Path of Web Page in JavaScript

By Faruque Ahamed Mollick

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

Related Posts