Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

PHP Program to Add Two Numbers Very Easily

By Saruque Ahamed Mollick

Hello Learners, It sounds quite easy to add two numbers in PHP right? PHP program to add two numbers is definitely very easy. As it does not require a bunch of knowledge. But yes t.... Read More

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

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

Fetching Text Data From a Text File Using PHP

By Saruque Ahamed Mollick

Sometimes its become very essential to get text file data and showing that in a browser or we have to store the data in our database. But whatever you do with that retrieved data i.... Read More

Save HTML Form Data in a (.txt) Text File in PHP

By Saruque Ahamed Mollick

Hello Programmers, in this post I am going to show you a very essential task that can be easily done with Core PHP and HTML form. Sometimes it happens that we need to store some da.... Read More