Answered: new variable create?

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

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:
Iran's internet blackout extends into second week: NetBlocks
En suite bath vs hall bath in one-bedroom apartment?
US citizens using a passport card instead of book?
Book: Purgatorio: Canto 08
The Pitt: 3:00 P.M.
Iran war could make affordability bigger issue in 2026 elections
Trump urges Latin American leaders to use military to help the U.S. fight cartels
FDA vaccine head will step down in April after string of controversial decisions
Jan. 6 plaque honoring police officers quietly installed at the Capitol after a 3-year delay
'E-shaped' economy is replacing a K-shaped one in 2026, economist says: The middle class is 'spending in a nervous way' now