Wordpress Plugin

What are the pros and cons of using WordPress Plugin?

What are WordPress Plugins? WordPress plugins are bits of software that can be uploaded to extend and expand the functionality of your WordPress site.WordPress plugins are written in the PHP…

Read more »

How to Upload and Add Watermark to Image using PHP

Watermark is the best option to protect the image from being stolen or re-used by another person. You can display the ownership by adding a watermark to the image. The…

Read more »

How to convert Text to image using PHP

In this post, we are going to see how to change any Text to image using PHP. PHP comes with an image processing library called the GD library. This has…

Read more »

Multiple Image Upload with Edit Delete using PHP Mysql

In this topic, we are going to see how to multiple image upload with edit delete using PHP Mysql. When Multiple Images uploaded into the folder then after we have…

Read more »

Introduction to Plugin Development

Welcome to the Plugin Development Series. I hope this Series Will Help You Write a good plugin. But First You need to understand Why we make Plugins? There is a…

Read more »

How to Upload and Compress an Image using PHP

Image compression is very helpful to reduce the size of the image. Generally, the user does not optimize the image when uploading through the website. In this case, compress images…

Read more »

How to Upload and Resize an Image using PHP.

In this post, we are going to learn how to upload and resize an image using PHP. Here we going to use simple PHP code for image upload and resize…

Read more »

PHP intermediate essential guide- PHP Challenge users visit Count-

In this blog, I am going to explain Php Challenge users Visits Count. First I am going to create a “.php” file. Within this challenge what we want to do…

Read more »

PHP intermediate essential guide- PHP Challenge users visits

In this blog, I am going to explain PHP Challenge users Visits. First I am going to create a “.php” file after that create two variable like $users & $visittime…

Read more »

How to post form data from PHP 7 using LinkedIn API?

In Previous blog Click Here We also learned that How to Sign-in or login from PHP 7 using LinkedIn API. So, In this blog, I am going to post or…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP GET and POST

Methods of Sending Information to Server A web browser communicates with the server typically using one of the two HTTP (Hypertext Transfer Protocol) methods — GET and POST. Both methods…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Math Operations

Performing Math Operations PHP has many built-in functions that help you do anything from simple addition or subtraction to advanced computation. Example: Each math operation has a certain precedence level;…

Read more »

What is API & How it works in All Programming Language?

In this blog, I am going to Explain What is API and How it works in All Programming Language. So, API means Application Programming Interface (API) through this We can…

Read more »

PHP intermediate essential guide- PHP using sessions

In this blog, I am going to how to use a session in PHP? So, first Now there’s also another way to store and retrieve the values on the multiple…

Read more »

PHP intermediate essential guide- PHP setting cookies

In this blog, I am going to What is Php Cookies & How to use Cookies in PHP. PHP cookies are the same in all languages but the different types…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Functions

What is PHP Functions A function is a block of code written in a program to perform some specific task. We can relate functions in programs to employees in a…

Read more »

Image Upload and Crop using PHP and jQuery

In this PHP tutorial, I am going to tell you how to crop an image using jQuery and upload the image via Ajax. Using the Croppie plugin to crop the…

Read more »

Image Convert to JPG, PNG & GIF using PHP

In this post I help you to convert any uploaded image to JPG, PNG and GIF. Create a file image_converter.php. In this code you see using convert_image() has three mandatory…

Read more »

PHP 7 Intermediate Essential Guide- PHP include_once & require_once

In this blog, I am going to Explain How to include_once & require_once in PHP. So within PHP, It’s actually possible to include PHP people files within other PHP files….

Read more »