0
NOTE: First excuse some ignorance, but I am beginner and do not understand in advanced PHP and SQL
PROBLEM:
I have some spreadsheets where I get some information, which is updated every 6 hours. The main difficulty is when I need to compare some information between the last 2.3 spreadsheets for example, because I need to open one and then the other and see the values, etc..
I would like to import and record this information in a Mysql database, because then I can better manipulate the information.
INITIAL IDEA:
Create a Mysql database and a specific table with the same worksheet columns, ADDING some extra columns and save the information in that database. But for lack of advanced knowledge in PHP and SQL, I could not find the best way to do this process.
I even found some examples but they were a little complex and I couldn’t understand.
Example: Summary of the structure of the TABLE in the database:
To summarize: I need to import the XLS file and save to the database by inserting some columns that are not present in the file.
What you’ve already done?
– Christian Felipe
@Christianfelipe , for now nothing but simple INPUT and INSERT testing, was seeing the examples I found. So I didn’t post anything to see the examples and ideas that you have experience to do the best way.
– TiagoIB