answersLogoWhite

0

How do you get data back and forth between HTML and PHP?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

Via AJAX. Another simpler way would be to use form elements and submit them via html and let PHP process the data. Processed data can be output in html form via echo or print statements in php.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get data back and forth between HTML and PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When data that flows back and forth between cumputers on the Internet is broken down into what?

packets


What is the purpose of SORTS?

The purpose of sorting data is to have everything in its place. That way the data can be easily found and examined without having to go back and forth between sheets.


How do you make a personal bio data using HTML?

bio data using html


What is the part of a hard drive that moves back and forth and reads or writes data?

The head.


How to pass form data between HTML pages without using url in java?

This can be accomplished by submitting the form data using the POST method.


How do you display the text entered by the user in a html page on the same html pagelike i mean that real time entering the data by the user and displaying the data back to the user what he have enter?

You can do it by referring the input type in javaScript. Then you can get the value by id in the same and display it.


Is javascript a form of HTML used to add dynamic capabilities and interactivity to webpages?

Javascript is a language used WITH HTML. It is not HTML. HTML is a markup language used to delineate between different types of data. JavaScript is a programming language, containing logic, functions, and object.


How do you display data in other HTML page retrieved from post method?

You can used various methods for retrieving data in HTML. JavaScript, Servlets etc are some ways to get data.


Is Html an example of an HTML program?

HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data


WHAT does tags do within HTML?

The tags in an HTML document provide a semantic layout for the file. They define what the data is. For instance, the tags define a paragraph.These tags aren't about how the data looks. Instead, the define what the data is.


Why HTML needs CGI?

HTML has no ability to do any processing of data. To do so it needs to connect to other programming languages and data source. That is done through CGI.


What is web 2.0 HTML?

In truth, there's almost no difference between the HTML used in web 2.0 applications, and the HTML used in all other HTML applications. The difference is mainly in the way that the user interacts with the page, and this is provided mainly by the tighter coupling of JavaScript and backend programming like PHP, as well as the ability to transfer data between both using asynchronous calls (AJAX.)