Answer: C
Explanation:
That way she can have slides for her advance class and leave out slides that her normal class doesn’t need
Yes that is correct. True
You must name the file and you must also choose where the file will be saved.
Answer:
a. $_COOKIE
Explanation:
$_COOKIE represents an associative array of Cookie name and value in PHP. For example in the code below we use the $_COOKIE construct to read the value of a cookie called 'testcookie' provided it has already been set.
<html>
<body>
<?php
if(!isset($_COOKIE["testcookie"])) {
echo "Cookie 'testcookie' is not defined!";
} else {
echo "Value of 'testcookie' is: " . $_COOKIE["testcookie"];
}
?>
</body>
</html>
Answer: Option 'B'
Explanation: They will be referred to as a manufacturing company because of they make the necessary part themselves not buy it from somewhere else.