Answered: new variable create?

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

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:
Saudi military strikes Houthi targets in Yemen after Iran-backed militia attacked Red Sea shipping
Here are 4 forces that drove a tough week for stocks
Like Strava, but for an old couple doing their physical therapy
Coca-Cola hikes full-year forecast. CEO tells CNBC the World Cup boosted its brands
Analysis: Kevin Warsh has three reasons to hold off on a Fed rate hike this week
SpaceX stock-purchasing by Congress members fuels conflict concerns
Jim Cramer's top 10 things to watch in the stock market Tuesday
Iran hosts Hormuz calls with Saudi Arabia, Oman as Trump hails ‘good talks’
Answered: [Free Theme] SnowFlat Modern
Visa is cutting 7% of employees in efficiency push as AI reshapes work