Answered: new variable create?

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

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:
Amazon Prime Day 2026 is in June. Get a $150 Amazon gift card and extra rewards with the right credit card
Health insurance question #2
why don't my libby books show up in my kindle paperwhite library?
Answered: Looks like QA is not supported anymore?
Passengers begin evacuating from cruise ship hit by hantavirus
For All Mankind: The Sirens of Titan
Meet the YouTube whisperers, a booming class of advisors behind MrBeast and other million-dollar channels
Target is trying to win back busy families from Walmart, starting with the baby aisle
Retailers are on a hiring spree. But consumers are sending warning signs
SEC delay on prediction markets ETFs echoes a long-fought bitcoin fund battle