3
I have an HTML file with multiple tables along the code. The function of this file is to export these files to other HTML files (one file per table). So this file works as a kind of database where I later if I want to, I just have to change the first file and not go looking for such a specific file to edit the table
Is there any way to do this in php? I’ve tried include and require sends all the html, not just to <table></table>
, that I want.