Answered: new variable create?

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

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:
Special Event: Rifftrax: Hunks of Junk
What’s behind a big jump in January property tech funding
House Democrats call for Treasury probe into Trump family crypto venture
Diversions for when you can't sit
Book: Embers of the Hands: Hidden Histories of the Viking Age
Book: The Light Eaters
The Pitt: 1:00 P.M.
Alien files: Trump to order U.S. agencies to release documents on 'extraterrestrial life'
Labor Secretary's husband barred from HQ after claims he sexually assaulted women there: MS Now
Japan inflation falls below BOJ's 2% target for first time since March 2022