How to downgrade php from 8.0.0 to 7.1.32 in xampp 8.0.0?
Hey friends i am going to discuss with some common error with xampp. i installed xampp in my pc and working with Laravel version 5.8 and php version 7.1.3 so…
Read more »How to fix MySQL Shutdown Unexpectedly Error
Errors : mysql_error.log 2020-10-22 12:48:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions2020-10-22 12:48:24 0 [Note] InnoDB: Uses event mutexes2020-10-22 12:48:24 0 [Note] InnoDB: Compressed tables use zlib…
Read more »[SOLVED] Error: MySQL shutdown unexpectedly.
When I open XAMPP and click start MySQL button and it gives me an error. I had started it just before, but now it isn’t working. 12:19:12 PM [mysql] Attempting…
Read more »All TOPICS PHP 7 Fundamentals for Beginners
PHP 7 Fundamental Tutorial for Beginners – Introduction – Click Here How to Work Stated on PHP – Click Here PHP 7 Fundamental Tutorial for Beginners – PHP Syntax –…
Read more »Different between echo and print in php.
echo echo is a statement i.e used to display the output. it can be used with parentheses echo or without parentheses echo. echo can pass multiple strings separated as (…
Read more »What is PHP?. And how to write php code.
PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor. How can start php step:-1 first you have to…
Read more »Array in PHP.
1. Array and Its Type in PHP (Click To Go) 2. Numeric Array, Array Function, and Double Array Operator in PHP (Click To Go)
Read more »Loops in PHP.
1. While, Nested While, Do While, and Nested Do While Loop in PHP (Click To Go) 1. For Loop and Nested For Loop in PHP (Click To Go)
Read more »Operators in PHP.
1. What are Comments, Constant Variable, String Interpolation, Arithmetic and Assignment Operators in PHP (Click to Go) 2. Difference between Single Equal, Double Equal, Triple Equal, Not Equal, and Not…
Read more »Statements in PHP.
1. Echo Statement, Print Statement, and Here document in PHP (Click to Go) 2. What are If, Nested if, if else and, Nested if else Statement in PHP (Click to…
Read more »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 »How to Sign-in or login from PHP 7 using LinkedIn API?
In this blog, I am going to explain How to Login from PHP using LinkedIn API. So, before you go to XAMPP folder’s htdocs and create a new folder. After…
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 »