Answered: new variable create?

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

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:
Bitcoin's high-conviction holders are turning into sellers as the crypto's price hits new lows
Interesting Quiet/Lesser Known Places To Go In Europe
Best progressive eyeglasses - Warby Parker vs. local optometrist
I want control of my Keyboard Shortcuts (Windows)
As the largest World Cup ever kicks off, health officials are focused on more than Ebola
Widow's Bay: Your Baggage
Book: Dungeon Crawler Carl Book 8: A Parade of Horribles
Blackstone restricts flagship fund withdrawals as private asset fears reemerge
Inside Wealth: Soaring stocks created 2 million new millionaires around the world last year
Kalshi is building a prediction markets 'Bloomberg Terminal' for high-end traders, source says