This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 21:36:33 -04:00
parent e1d25311a3
commit 89564d159b
+14 -1
View File
@@ -12,7 +12,7 @@ class WrenchFaq extends BaseController
// public $con_name = 'wrench_blog';
public function learnMoreUser(){
$total = 2;
$total = 3;
$data=[];
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
@@ -51,6 +51,19 @@ class WrenchFaq extends BaseController
"contents" => $msgS
);
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke; padding: 10px;'>
<b>Rewards </b>
<br>
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
<br>
Random gibberish text to use in web pages, site templates and in typography demos.
Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. </div>";
$data["result_list"][] = array(
"uid" => '0000-0000-0000-000 A3',
"topic" => "Rewards",
"contents" => $msgS
);
for ($i = 0; $i < $total; $i++) {
$msg='';