Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3597870
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T20:10:21+00:00 2026-05-18T20:10:21+00:00

I want to make a web application. So I want to know can I

  • 0

I want to make a web application. So I want to know can I use Ajax, JS, HTML, PHP, and MySQL together?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T20:10:21+00:00Added an answer on May 18, 2026 at 8:10 pm

    Not only you can use it together but they (or their equivalents) are all necessary to build a modern web application.

    Here is a simple schematic of what each of these technologies achieve, by itself and together with the others.

    1. php takes care of the server side of your application. When a user navigates to a page, the php is the first bit of code that is executed. It gets the user input, eventually queries the database for data, and outputs an html file to be interpreted by the browser;
    2. html is the markup language that the browser receives when making a request to your server. It contains the data passed to it by php, put in handy containers that can be styled with css and whose content will be handled by javascript;
    3. javascript. With php, you have to make a request to the server (that is, reloading the page or changing the address) every time you want data to change. Javascript, instead, is executed in the browser and allows for immediate responses. Still, with javascript alone, you won’t have access to the database, for instance. What happens if you would like to show the new messages a user received without having him reload the page? Here comes…
    4. Ajax. Ajax is a way to use javascript to make requests to the server. So, in our case, javascript shall make a request to the php page that serves the new messages number – instead of the browser, by reloading. Then, it will be able to display that information right in the page the user is visiting.

    If you want a comprehensive, albeit introductory, manual on these technologies and the way they interoperate, I suggest O’reilly’s “Learning PHP, MySQL and Javascript”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make a web application. So I want to know can I
Suppose I want to make a Web application which uses a fixed width and
I want to make a code snippet database web application. Would the best way
I want to ask you something. I make the application web with the Google
I want to make a web-UI where users can enter a table name and
<?php while(true){ //code goes here..... } ?> I want to make a PHP web
I want to make a site where there user can basically navigate the web
I need to make certain requests in my web application use the https connector.Suppose
I have developed a .net 3.5 c# web application and want to make some
I want to know if i can create a custom google maps application,on which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.