I am using a bulletin board called mybb and came across the following code:-
$settings['setting'] = "setting"
What does it do, google has failed me, because I don’t know what to search for exactly.
How would I make use of it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This statement sets the value of the item in the array
$settingsidentified by keysettingto the string"setting".You would use it like this:-
And if, for example, you wanted to echo the value you would do so like this :-