Is it possible to generate custom global variables from the database?
for example: I have “conf” table in the database, there are “name” and “val” columns
example:
table col: name val
sitename My Site name
company_url www.company.com
…
I select everything from the table, and then in foreach to make global variables
so that in the end I get [sitename] and [company_url] …
is there any way to do this ?
Thanks in advance for any reply
Kind regards