Skip to content
Tuesday, March 21, 2023
  • Android
    • Installation
    • Sample Codes
  • AJAX
    • Sample Codes
  • Java
    • Installation
    • Sample Codes
  • JQUERY
    • Sample Codes
  • JSON
    • Sample Codes
  • PHP
    • Installation
    • Sample Codes
    • Tutorials
  • R Studio
    • Installation
    • Sample Codes
  • About Us

AJAX

load district names based on state id
AJAX Sample Codes

Sample PHP code to populate districts based on state name using AJAX

AJAX technology (AJAX = Asynchronous JavaScript And XML) is a developer’s dream because it can be used to update the content of a web page without reloading the whole page. As you know it is possible to update parts of a web page without refresh the whole page or reloading the page. In conventional web […]

Posted on December 28, 2018January 19, 2019 Author Coding Assistant Comment(1)
Sample program to list the author names in the XML file using AJAX.
AJAX Sample Codes

Sample code to list the author names in xml using AJAX

AJAX is a browser based technology to change the contents in a particular portion of a web page without reloads the whole page. AJAX is not a programming language. AJAX is based on browser built in object to change the contents in a web page without reload the whole page. This tutorial mainly focused on […]

Posted on December 28, 2018January 19, 2019 Author Coding Assistant Comment(0)
Button Click event to change the contents of a PHP page using AJAXButton Click event to change the contents of a PHP page using AJAX
AJAX Sample Codes

Change the contents of a web page using AJAX in PHP

This is a small example to learn button click event to change the contents of a web page using AJAX in PHP. AJAX is mainly focused on changing the content of a web page without reload the whole page. Only a small portion of a web page gets refreshed by sending the data to the […]

Posted on December 28, 2018January 19, 2019 Author Coding Assistant Comment(1)

Recent Posts

  • How to send email using android code
  • How to send SMS in Android
  • Android Rotate Animations (Zoom Clockwise Fade Blink Move Slide) with Examples
  • How to Rotate an Image in Android
  • Android Program to Vibrate Phone