0

How to I submit data of my html program? How to store its contents?

https://code.sololearn.com/WGmUhIY7TN6Z/?ref=app

7th Oct 2017, 12:12 AM
Anwar Abdul Hamid
Anwar Abdul Hamid - avatar
3 ответов
0
Welcome to the Backend side. You need to transfer data to PHP script, this script connects to your RDBMS, initializes the needed databases and tables if needed and puts given data into tables in specific order (preset by you). HTML by himself can't store data. PHP can create files and open them later, but it's not so effective. RDBMS were created for keeping data.
7th Oct 2017, 12:23 AM
Freezemage
Freezemage - avatar
0
step by step please
7th Oct 2017, 12:27 AM
Anwar Abdul Hamid
Anwar Abdul Hamid - avatar
- 1
Fully describe what you want to perform, but not code-related.
7th Oct 2017, 12:28 AM
Freezemage
Freezemage - avatar