S
S
sabanovvv2015-01-13 22:38:51
PHP
sabanovvv, 2015-01-13 22:38:51

How to write data from html to MySQL?

there is an html structure like this
3.5 "Motorcycles are prohibited".
3.6 "Movement of tractors is prohibited." The movement of tractors and self-propelled machines is prohibited.
3.7 "Pedestrian traffic is prohibited."
that is the rules of the road.
Is it possible to somehow automatically drive this into the MySQL database, and set each id starting from 1 and up to ...?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Karvasarny, 2015-01-13
@megapihar6

data can be written to the database, at least using PHP, if you google it, html is a hypertext markup language and it cannot transfer data to the database on its own.

E
Evgeny Lavrentiev, 2015-01-14
@lavrentiev

php, js etc.

D
Dmitry, 2015-01-14
@deemytch

Take a programming language: perl, ruby, php, javascript, actionscript, wsh, etc. - depends on the platform on which you will process the file. And write a script that parses all this and enters it into the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question