Answered: new variable create?

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

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:
Gen Z is embracing the prenup, says family law attorney: ‘The taboo of divorces is long gone’
World's largest sovereign wealth fund's bets on Big Tech and banking drive gains
Trump administration faces first big tariff refund court deadline on Friday
Where can I ask the MetaFilter board all my burning questions?
Pain from sleeping on fractured humerus post-ORIF after new...mattress?
French old patterns on newspaper print?
Movie: The Last Sacrifice
A Knight of the Seven Kingdoms: The Hedge Knight: The Morrow Show Only
Core wholesale prices rose 0.8% in January, much more than expected
OpenAI announces $110 billion funding round with backing from Amazon, Nvidia, SoftBank