How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more

  • 12 Sep 2023
  • 4

Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force redirect HTTP to HTTPS in Lara...

Convert multidimensional array to XML file in PHP

  • 01 Sep 2023
  • 1

Convert multidimensional array to XML file in PHP, XML stands for eXtensible Markup Language. XML is a markup language that encodes documents in a mac...

How to Create Social Sharing Links for Facebook, whatsapp and more

  • 18 Jul 2023
  • 5

Here is the very simple social share link generator tool. You can put this as social media share links html in your project root file.

Find the Largest Number in an Array using php with example

  • 18 Jul 2023
  • 0

Find the Largest Number in an Array using php with example. Complete example for getting largest number in an array.

How to find minimum value of an array with example

  • 16 Jul 2023
  • 0

It's very simple to find the minimum value of an array using foreach loop. Create an array with some numeric value. Now create a temporary variable...

Call by reference in php language with complete example

  • 16 Jul 2023
  • 0

Let's understand the concept of call by reference by the help of examples. variable $str is passed to the adder function where it is concatenated...