+91-943-185-6038 me@shashidharkumar.com
How to disable posts auto save in WordPress?

Wordwrap your text

Here the function that comes under php i.e wordwrap(). You can use it for wrapping you long string text into multiple lines and easy to read. Following are the code that help you. Copy and paste the code into your editor save the code as php file and run into you...
Get the First Monday of the current Month or Get Last Day of Month or Get First Day of Month

Substr () PHP Function

The Substr () PHP Function is used to return part of a string. It is written as substr (string, start, optional length);.The string is whatever string you want to return a portion of. The start is how many characters in to skip before starting. Setting this to 3 would...