Hello all i have a quick question
Is there a way i could make a php system that could read a mysql database and make multiple tables based on that and new information?
So say if we implemented it and we added new information to the database it would automatically add a new table into the php page or would that have to be done manually
I just wanted to know if it is doable before i start to look deeper into the code of it
Yes, it is doable.
There is nothing that can prevent you from doing that.
Taking into account your comment:
Yes it’s still doable. Terribly inefficient but doable. You can use AJAX or COMET to update information on your page.