addedvideo
This commit is contained in:
@@ -12,11 +12,25 @@ class WrenchFaq extends BaseController
|
||||
// public $con_name = 'wrench_blog';
|
||||
|
||||
public function learnMoreUser(){
|
||||
$total = 4;
|
||||
$total = 3;
|
||||
$data=[];
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
|
||||
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'>
|
||||
|
||||
<iframe width='100%' height='auto' 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>
|
||||
|
||||
|
||||
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 A1',
|
||||
"topic" => "Task & Jobs ",
|
||||
"contents" => $msg
|
||||
);
|
||||
|
||||
|
||||
for ($i = 0; $i < $total; $i++) {
|
||||
|
||||
$msg='';
|
||||
|
||||
Reference in New Issue
Block a user