hello! How can i get data from Mysql to a html page with out changing the current page?
get data from MySQL and show on html page
Collapse
X
-
Tags: None
-
-
Originally posted by srikanth233hello! How can i get data from Mysql to a html page with out changing the current page?
This is a request inside your HTML page that inquires the server and can show the results in your HTML page immediately, without reloading it. The server can load the data of the result via JDBC or ODBC from the database.Comment
-
Depends if you want to show that MySQL data when you build-up the page (like populating a drop-down list) or after someone has clicked on a button on a completed page to get the MySQL data at that moment from the server.
So: explain what you want and show your code (within the appropriate code tags).
RonaldComment
Comment