Amit Pandey's post page #13

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.

Best Thumbnail Maker App | Create YouTube Or Blog Thumbnail

  • 16 Jul 2023
  • 0

Best Thumbnail Maker App | Create YouTube Or Blog Thumbnail Image Want to create stunning thumbnails, channel arts, and banners for your Youtube chann...

How to justify content in div with complete example

  • 16 Jul 2023
  • 0

You can justify the content of your page or content within the layout. The justify-content property aligns the flexible container's items when the ite...

How to get hashtag value on hash change with example

  • 16 Jul 2023
  • 0

You can get the value of #hashtag from the URL if user click on any link in your page. There are two ways to find the id,  First by using Javascript ....

Add and Remove event listener javascript with example

  • 16 Jul 2023
  • 0

Add and Remove event listener with javascript is very simple. First, you need to create your function with your business logics.

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...

Switch statement in php language with complete example

  • 16 Jul 2023
  • 0

Switch statement is used to execute one statement from multiple conditions in PHP. It works like PHP if-else-if statement...

How to create arrows in CSS - with complete example

  • 16 Jul 2023
  • 0

Simple way to create arrow in your HTML page, just add few line of CSS and create it. There two step to add arrow in your page.