Wednesday, 24 February 2021

PHP: SWITCH WITH MULTIPLE CASE WITH SAME ANSWER

 <!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Document</title>

</head>


<body>

    <form action="switch" method="post">

        haribulan <input type="number" name="hariBulan" value="" />

        <input type="submit" value="kira">

    </form>


    <?php


    $v1 = "<b>KETUA<b>

        <br/>

        <p> Keutamaan dalam kerjaya, kerja dan kejayaan.

        Mempunyai goal dalam hidup</p>";


    error_reporting(E_ALL & ~E_NOTICE);

    switch ($_POST['hariBulan']) {

        case 1:

        case 10: {

                echo $v1;

                break;

            }

        case 2: {

                echo "Peace Maker";

                break;

            }

        case 3: {

                echo "Communicator";

                break;

            }

        case 4: {

                echo "Teacher";

                break;

            }

        case 5: {

                echo "Teacher";

                break;

            }

    }


    ?>

</body>


</html>

Thursday, 18 February 2021

JS: FUNCTION ONLOAD

  <script>
    function newContent() {
      document.open();
      document.write("<h1>Out with the old, in with the new!</h1>");
      document.close();
    }
  </script>

<div onload="newContent();">
  <p>Some original document content.</p>
</div>

Saturday, 6 February 2021

DETAIL SUMMARY Collapse HTML

<style> 

details>summary::-webkit-details-marker {

display: none; }

</style>


<details>

<summary class="p-3 mb-0 bg-primary text-white"><i class="bi bi-arrow-right-circle-fill"></i> DETAIL</summary> <p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.</p>

</details>

email mailto: pretext

 <a href="mailto:designoutsourced.com+info@gmail.com?subject=Maklumat%20lanjut%20pakej&body=Hai,%20saya%20berminat%20tahu%20lebi...