Skip to content Skip to sidebar Skip to footer

‘;
//Including the title of the article
echo”;
// introduce
echo’

‘. htmlspecialchars($data[‘introduction’]). ‘

‘;
//Process part
foreach($data[‘sections’] AS $ section){
echo’

‘. htmlspecialchars($ part[‘heading’]). ‘

‘;
if($ section[‘heading’] ===’FAQ’){
echo’

‘;
foreach($ part[‘questions’] As a $FAQ){
echo’

‘. htmlspecialchars($FAQ[‘question’]). ‘

‘;
echo’

‘. htmlspecialchars($FAQ[‘answer’]). ‘

‘;
}
echo’

‘;
} Other {
echo’

‘. htmlspecialchars($ part[‘content’]). ‘

‘;
}
}
echo’

Leave a comment