Answer the question
In order to leave comments, you need to log in
How to add every 10 minutes a new field in mysql database?
How to implement such a thing? Preferably in php of course
Answer the question
In order to leave comments, you need to log in
What's the problem? Make a script in php and put it in cron so that it runs every 10 minutes.
But keep in mind that in mysql you cannot create more than 4096 fields for a table. And most likely you will reach the limit even earlier.
As one option, set a Cron task to run a script every 10 minutes. Now almost any beach hosting allows you to work with Cron.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question