Word Cutter function in PHP

In WordPress, it is very popular to show excerpt of a content which shows up to particular word limits. In each and every cases it is not require to show the whole content rather than […]
Php in Namaste UI focused on php tutorial, php developer, php code, learn php, best php learning resources, php online classes, php learning app and php website development tutorial.
In WordPress, it is very popular to show excerpt of a content which shows up to particular word limits. In each and every cases it is not require to show the whole content rather than […]
PHP thumb uses the GD library to create thumbnails from images (jpeg, gif, png etc) on run time. You can configure the output size and source will be entire image or a portion of original […]
PHP, Hypertext Preprocessor is a Open Source Language which is trend in the 20th century for creating and developing fast and dynamic web pages. This is also Server Side Scripting Language with a powerful tool […]
Using .htaccess you can block IP from where you are getting spam comments on WordPress in various form regularly and thus you can block spam comments. In this post, we wiil talk a little bit […]
Using Gravatar you can make an Image as a WordPress profile picture that are associate with a email address registered with. When browsing multiple web sites, you may notice that so many users have a […]
Want to add PHP code in your WordPress widget? Here are two WordPress plugin by which you can add PHP code in sidebar widget. Developer can easily do this functionality without any widget but for […]
Sometimes it is required to hide the actual PDF file name for security reason. So using a webpage you can display PDF in browser without knowing the actual URL. Example source: <?php $file = ‘path-to-pdf-file/myFile.pdf’; […]
On 31st of every month you will get a wrong month value while using date() or strtotime() functions. In that case you need to pass the date of the first day of the current month […]