Crop an Image in PHP

By Faruque Ahamed Mollick

This tutorial is going to be an interesting one. In this tutorial, I am going to show you how to crop an image in PHP. I always show you the simplest and easy way in my tutorial. S.... Read More

How to create custom WordPress shortcode?

By Faruque Ahamed Mollick

If you are a big WordPress fan, then most probably, you are aware of shortcodes and also used them during making a WordPress site. WordPress shortcodes are one of the most useful f.... Read More

Copy file from one directory to another directory in PHP

By Faruque Ahamed Mollick

In this tutorial, I am going to show you a method of copy a file from one directory to another directory in PHP. Copy a file to another directory in PHP is going to be an easy task.... 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

Get visitors country and city in PHP using ipstack API

By Faruque Ahamed Mollick

Today I am going to show you how you can get the country and city of the visitor of a web page from the server side using PHP. From the title of this tutorial, you can guess that I.... Read More

How to remove the website field from WordPress comment?

By Faruque Ahamed Mollick

WordPress users often notice spamming on WordPress sites generated by the comment section. The comment section already has four fields. These are comment text, name, email and webs.... Read More

Convert CSV file to TXT file in .NET using vb (windows form)

Convert CSV file to TXT file in .NET using vb (windows form)

By Indibar Majhi | July 8, 2018

Convert .csv(comma separated value) file to .txt file in vb.net Our written program will ignore commas in any particular field. I have made a windows application in vb.net which will take a .csv file as input using open file dialogue and give a .txt file as output in a folder that is chosen by the […] Read More