answersLogoWhite

0

How do you connect an HTML form to a my SQL database?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

To connect an HTML form and a MySQL database you have to employee an intermediary programming language. On the internet, this means using a language similar in function to PHP, ASP, JSP, Ruby, Python, or Perl.

The specific logic required depends on the contents of the form and the web programming language used.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect an HTML form to a my SQL database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does database software store information in HTML codes?

No, database software does not store data using Hyper Text Markup Language (HTML) codes. A common code used to access data is Structured Query Language (SQL). HTML is a formatting language that will tell a browser how to display the data retrieved from a database.


How do you connect an postgress sql database in C?

Carefully.


Where can I find a sql database hosting where I can connect with several large computer severs for a small call center?

You can find a sql database hosting where you can connect with several large computer severs for a small call center at www.Rackspace.com/Database-Hosting. Another site is www.inetu.net


How do you retrieve username and password from sql database to HTML web page?

You would need to use PHP


Is SQL a Database?

SQL is not Database, it is a Language used to communicate with Database...


What programming or markup language are most facebook apps made in?

PHP, HTML and Occasionally Flash. Using a SQL style database if using Facebooks Database.


What do you mean sql client?

In the context of computer programming and database management, an SQL client is a software application or tool that allows users to connect to a database server and execute SQL queries against the database. The SQL client provides an interface for users to enter SQL commands, execute those commands against the database, and view the results. Some examples of SQL clients include MySQL Workbench, Microsoft SQL Server Management Studio, and Oracle SQL Developer. SQL clients are commonly used by database administrators, software developers, data analysts, and other professionals who work with databases. They are essential tools for managing and manipulating data in relational databases. For more information, please visit: 1stepGrow


How do I create a form which will then upload to a database that I can access in Microsoft Access?

Have your form's input insert into a database (SQL, Oracle, etc) then access that database through Access's ODBC connection.


What database does facebook uses?

facebook uses "NO SQL" database "NO SQL" name is derived from first letters of NOT ONLY SQL


What is DDL in databases?

DDL stands for Data Definition Language, which is a set of commands used to define, alter, and drop database objects like tables, indexes, and views. DDL statements include commands like CREATE, ALTER, and DROP, and they are used to design the structure of the database and its schema.


What is sql database?

An SQL database is one that implements the use of Structured Query Language to manage data stored in the database. SQL is the most used way of communicating with databases.


How can connect sql server 2005 with java in java?

Use the JDBC functionality to open a connection to SQL Server. You can read up on how here: http://java.sun.com/javase/technologies/database/