<?php
$students = [
[
“name” => “Krunal”,
“course” => “PHP”,
“marks” => 90
],
[
“name” => “Amar”,
“course” => “Laravel”,
“marks” => 85
]
];
echo “<pre>”;
print_r($students);
?>
<?php
$students = [
[
“name” => “Krunal”,
“course” => “PHP”,
“marks” => 90
],
[
“name” => “Amar”,
“course” => “Laravel”,
“marks” => 85
]
];
echo “<pre>”;
print_r($students);
?>
No images uploaded for this post.
No videos uploaded for this post.