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.
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
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
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
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
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