Complete Guide and Tutorials for PHP Conditioning with example

What is Conditional statement in PHP? PHP also helps you to write code that performs various behavior on the basis of the outcome of logical or comparable testing conditions at…

Read more »

Complete Guide and Tutorials for PHP Operators with example

What is Operators in PHP? Operators are symbols which tell the PHP processor that certain actions are performed. The Add (+) symbol, for example, is an operator who tells PHP…

Read more »

Complete Guide and Tutorials for PHP Variables & Data type with example

What is Variable? A variable is a computer memory name representing knowledge in every programming language. Variables are one of the many computer programme components. The $ sign followed by…

Read more »

Complete Guide and Tutorials for PHP Functions with example

What is Functions? A function is a section of code in a programme that is written to execute a particular operation. For a deeper understanding of how functions perform, we…

Read more »

What is XAMPP? and How to Install XAMPP?

What is XAMPP? XAMPP is an acronym that stands for Cross-Platform, Apache, MySQL, PHP, and Perl, with the Ps standing for PHP and Perl, respectively. It’s an open-source web-solutions kit…

Read more »

What is PHP? and How PHP works?

What is PHP? We can say that PHP is an open source programming and server scripting language that is particularly well adapted to Create Static web pages or Dynamic web…

Read more »

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)

When Showing this type of error in your composer then first go to in “C:\ProgramData\ComposerSetup\bin” and open “composer.bat” and paste this below code

Read more »

Replicating claims as headers is deprecated and will removed from v4.0.

Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated. When you using Laravel 5.5 and if you will…

Read more »

How to install WordPress on Windows using XAMPP? Part-1

How to install WordPress on localhost XAMPP? What is the WordPress? WordPress is a free and open-source (Content Management System) which is based on PHP and MySql. It’s the simplest…

Read more »

when I try to open localhost using xampp server error throw Object not found!

When Showing this type error in xampp localhost at running localhost using xampp server. Then First You will go to in file location as below “C:\Windows\System32\drivers\etc” and open “hosts” file…

Read more »

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 »