Amit Pandey's post page #14

Javascript show hide div onclick toggle with example

  • 16 Jul 2023
  • 0

Javascript toggle method simply toggles the visibility of elements. The matched elements will be revealed or hidden immediately...

How to calculate the difference between two dates - example

  • 16 Jul 2023
  • 0

In the given example we will learn how to calculate the difference between two dates in java in terms of Second/ Minutes / Hours / Days.

Getting checkbox values on submit in PHP with example

  • 16 Jul 2023
  • 0

If you have multiple options, then you want to get the checked values to store them in variable on form submit, Then you can use this technique.

How to use a google font on your website with example

  • 16 Jul 2023
  • 1

For a better web designing every web designer as well as every programmer either beginners or experienced programmer want to create a unique...

Check a Device's Network Connection with complete example

  • 16 Jul 2023
  • 0

Device can have two types of network connections, either a Wi-Fi or a mobile network connection. If a network connection is unavailable, android appli...

What is use of supportsRtl true in android example

  • 16 Jul 2023
  • 1

Android has full native support of RTL layout or text orientation since SDK 17 (Jelly Bean). Mostly mobile apps are designed in LTR (Left to Right)...

Jquery Ajax pagination with php with complete example

  • 16 Jul 2023
  • 1

In this article, we’re going to explain how to paginate your data using PHP and AJAXwithout page reloads and without a click, Yes without anywhere...

jQuery ajax GET example with PHP with complete example

  • 16 Jul 2023
  • 0

jQuery Ajax is the powefull tool of jQuery, You can create attractive webpage with the help of JQuery ajax. Ajax methods return a superset of the obje...

How to get field name in mysqli using php with example

  • 16 Jul 2023
  • 1

Suppose, you want to show all record of the database table and you don't know about the table detail like how much column and how much rows...