want to store the data to the mysql-db
{'url': 'http://dom1', 'name': 'WACCCE', 'name2': 'WangDI Dange', 'email-adress': 'waddehadde@hotmail.com'}
{'url': 'http://dom2', 'name': 'WADDEE', 'name2': 'Josef Waddde', 'email-adress': 'waddehadde@hotmail.com'}
I have a very simple dataset - see above:; wwell it has approx 500 records.
PHP I want to store it in the mysql-db.
Well in order to do this, I need to store the above mentioned data
I ve heard that tis we can store it in a database, using MySQL to store this. but it seem overcomplicated to me.
So this takes me to a question, is there a way to store a this dataset with using MySQL