Answered: new variable create?

Post date: 2021-01-19 23:47:13
Views: 217

The function qa_opt() can be used for both setting and getting an option value.

qa_opt('site_titlex', 'test forum ...')  # set value
$var = qa_opt('site_titlex')             # get value

Options are stored in the database table qa_options:

MariaDB db]> describe qa_options;
+---------+----------------+------+-----+---------+-------+
| Field   | Type           | Null | Key | Default | Extra |
+---------+----------------+------+-----+---------+-------+
| title   | varchar(40)    | NO   | PRI | NULL    |       |
| content | varchar(12000) | NO   |     | NULL    |       |
+---------+----------------+------+-----+---------+-------+
2 rows in set (0.01 sec)

so you could also manually add an option to the database

INSERT INTO qa_options VALUES ('site_titlex', 'test forum ...');

and then just use qa_opt('site_titlex') in Q2A.

Please click Here to read the full story.
 
Other Top and Latest Questions:
McDonald's is hosting an investor day as its U.S. business struggles. Here are 4 things to expect
Kalshi asks CFTC to allow margin trading on its platform, letting users buy with borrowed funds
Circle lands $100 million from Binance to ramp up global USDC expansion
Snowpiercer: The First Blow Rewatch
Book: Wide Sargasso Sea
Lanterns: Bad Optics
No new stock highs, no problem: Options traders bet they're coming in these names
Nvidia options are doing something unusual ahead of two catalysts. Here's how one trader is playing it
Altman and Amodei expected to join UN Security Council meeting about AI
Iran reportedly says it can reopen Strait of Hormuz within 7 days if U.S. eases military pressure