Family parts

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 16:54:10 -04:00
parent 084f1ac3d4
commit 681cb38625
+19 -7
View File
@@ -12,24 +12,36 @@ class WrenchFaq extends BaseController
// public $con_name = 'wrench_blog'; // public $con_name = 'wrench_blog';
public function learnMoreUser(){ public function learnMoreUser(){
$total = 3; $total = 2;
$data=[]; $data=[];
$raw_json = file_get_contents('php://input'); $raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true); $in = json_decode($raw_json, true);
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'> $msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'>
<b>Finding Task and Posting Jobs </b>
<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>
<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. 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>"; Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. </div>";
$data["result_list"][] = array( $data["result_list"][] = array(
"uid" => '0000-0000-0000-000 A1', "uid" => '0000-0000-0000-000 A1',
"topic" => "Task & Jobs ", "topic" => "Task & Jobs ",
"contents" => $msgS "contents" => $msgS
); );
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'>
<b>Family Engagement </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 A2',
"topic" => "Family",
"contents" => $msgS
);
for ($i = 0; $i < $total; $i++) { for ($i = 0; $i < $total; $i++) {