We can find value of two different date time by calculation in PHP. Along explaination below you will understand how to calculate between two date with example...
Sovary May 30, 2022 1.16KThis article will go to detail on Python how to format date in different format. I will explain and give planty examples using date format...
Sovary May 28, 2022 1.08KWe have a single sentence how can we check whether the string is end with specific word? in Python we can use endswith() method to check as string have particular suffix value. The endswith() is built..
Sovary May 28, 2022 1.55KToday we will learn how to check if there is a string start with specific letter or word with different ways. Below examples would help guide you to approach the result...
Sovary May 28, 2022 2.4KIn Python to check whether if a string contain only alphabets we use isalpha() function on a string. isalpha() function is built-in string function which will returns as boolean value...
Sovary May 28, 2022 1.23KToday tutorial, we will share with you the way to convert a PHP string into array. we will convert a string into array in PHP by specify character So you will learn how to convert a text to an array using a delimiter in PHP...
Sovary May 27, 2022 1.14KThis tutorial we will find out the way to remove duplicated words from given sentence in Python. We will check given string if there are duplicated word then we will remove from the string and return..
Sovary May 27, 2022 1.04KToday I will show you how to insert watermark on your images. Sometime you don't want spend time to take picture in Photoshop by just only place text on your copyright image...
Sovary May 27, 2022 1.44KTo protect your image or want to mark an image is made by you, adding watermark on photo is the option to identifiy. In PHP I have wrote an article how to adding text on photo as watermark. For this version I will apply an image watermark instead of using text...
Sovary May 27, 2022 1.48KToday we will learn how to config Google Admob in Android Studio before we are getting deep for each ad formats. I will try to keep it simple to understand for beginner...
Sovary May 24, 2022 1.84K