Hi
I need to display below with values from mysql
$resource = $conn->query("SELECT * FROM table");
while ( $rows = $resource->fetch_assoc() ) {
$title=$rows["title"];
$test = ["array"=>[
"modele"=>"1",
"options"=>[
"option1"=>"1",
"list"=>[
[
"title"=>"$title",
]
]
]
]];
}
How I can display...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.