02-13-2017, 03:02 AM
Although not in PDO format, here y'all go:
I added to the bottom of language.php:
https://hastebin.com/xijudipepa.php
My DB table:
https://hastebin.com/ilotugakay.sql
Basically I use my languages table for many things, including header and footers, notices, links, fulfilling splash pages, etc, so I left room for many different content sections, all that are text formatted so have no limit.
Please feel free to convert to PDO and post a solution in that method too!
I added to the bottom of language.php:
https://hastebin.com/xijudipepa.php
My DB table:
https://hastebin.com/ilotugakay.sql
Basically I use my languages table for many things, including header and footers, notices, links, fulfilling splash pages, etc, so I left room for many different content sections, all that are text formatted so have no limit.
Please feel free to convert to PDO and post a solution in that method too!