$page = $_SERVER['REQUEST_URI']
$visitor = "you";
$dsiU = 100;
if ($visitor == true) {
$visitorSkill = 2;
}
if ($visitorSkill < $dsiU) {
echo $page;
exit();
}
if ($vistorSkill > 50) && ($visitorSkill < $dsiU) {
define($jobOffer);
echo "We would like to talk to you!";
exit();
} elseif ($visitorSkill > $dsiU) {
header(Location: "https://www.mensa.org/");
exit();
}
Like Yin and Yang, software is the other half of what makes technology useful and functional. Hardware needs software just as much and software needs hardware to complete a package.
This section of DSI U can help you understand how the act of programming profoundly changes the way we all interact with the technology we have grown to depend on.
Programming is done in several different languages and uses resources in many different ways. The goal is the same. Talk to the hardware in a logical way and get a result. Input, process, result.