Laravel 5.5 Error – “The page has expired due to inactivity. Please refresh and try again.”

i am trying to submit a form with some fields and showing this error “The page has expired due to inactivity. Please refresh and try again.” so when I look…

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 »

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 »

Laravel – composer update asking about – phpunit/phpunit[7.5.0, …, 7.5.20] require ext-dom *

When ever you find above issue then do one thing that your ubuntu server is missing with some packages like ext-dom & php-xml. you have to do simply below things…

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 »

Composer update fails with composer.json php version ^7.1.3

Hi geeks, yesterday i tried to run a command in my laravel project ver 5.8 then it’s showing two issue in my git bash. my php version in composer.json file…

Read more »

What is Framework in programming language?

What Framework A Framework may include predefined classes and function that can be used to process input, manage hardware devices, and interact with system software. The purpose of the framework…

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 »

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 »

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 »