How to Receive JSON POST with PHP

How to Receive JSON POST with PHP

We all know that $_POST is used to collect post data in PHP. That’s true. But when we try to get JSON post data using $_POST then it fails. Recently I was working on project and need to receive JSON POST with PHP. I had expected that JSON POST data in $_POST superglobal variable but … Read more

How to Use Instagram on a PC

How to Use Instagram on a PC

Hello reader, I hope all of you have heard about an Instagram application which is very popular and used by a large number of internet users. Instagram application is basically developed for mobile users. It is possible to open and access Instagram website on the desktop but there is no option to upload pic or video and … Read more

Get the Post Thumbnail URL in WordPress

In this tutorial, we will learn simple snippet to get Post thumbnail URL in WordPress to display image with own <img> markup tag. To display post thumbnail image generally function the_post_thumbnail() is used but this display image with<img> tag. But here we are going to discuss how to get post thumbnail URL in WordPress. This … Read more