Answered: new variable create?

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

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:
Broadcom debt deal expected to reach upwards of $70 billion, sources say
Ken Griffin says Citadel unwound more than 80% of risk tied to Situational Awareness portfolio
Energy sector is in focus because of Iran, AI and California. Here are hedge funds' top plays
An overlooked AI winner names a new CFO — plus, Nvidia's key earnings loom
Accordia Bank is offering a 5.00% APY booster on high-yield savings account for its rebrand — how to get it
International student enrollment falls amid tighter U.S. visa policies, reports show
Book: Why I Love Horror: Essays on Horror Literature
Movie: Meda or The Not So Bright Side of Things
Star Trek: Strange New Worlds: Level-Five Transporter Accident
Book: The Lives Of The Muses: Nine Women & the Artists They Inspired