//echo "오늘의 천간 today_h : ".$today_h."<br>";
        //echo "오늘의 지간 today_e : ".$today_e."<br><br>";
        //echo "나의 천간 today_h : ".$my_day_h."<br>";
        //echo "나의 지간 today_e : ".$my_day_e."<br>";

        if ($today_h == 'A') {
            $today_h = '';
        }
        if ($today_h == 'B') {
            $today_h = '';
        }
        if ($today_h == 'C') {
            $today_h = '';
        }
        if ($today_h == 'D') {
            $today_h = '';
        }
        if ($today_h == 'E') {
            $today_h = '';
        }
        if ($today_h == 'F') {
            $today_h = '';
        }
        if ($today_h == 'G') {
            $today_h = '';
        }
        if ($today_h == 'H') {
            $today_h = '';
        }
        if ($today_h == 'I') {
            $today_h = '';
        }
        if ($today_h == 'J') {
            $today_h = '';
        }

        if ($today_e == '11') {
            $today_e = '';
        }
        if ($today_e == '12') {
            $today_e = '';
        }
        if ($today_e == '01') {
            $today_e = '';
        }
        if ($today_e == '02') {
            $today_e = '';
        }
        if ($today_e == '03') {
            $today_e = '';
        }
        if ($today_e == '04') {
            $today_e = '';
        }
        if ($today_e == '05') {
            $today_e = '';
        }
        if ($today_e == '06') {
            $today_e = '';
        }
        if ($today_e == '07') {
            $today_e = '';
        }
        if ($today_e == '08') {
            $today_e = '';
        }
        if ($today_e == '09') {
            $today_e = '';
        }
        if ($today_e == '10') {
            $today_e = '';
        }

SI 고급 개발자가 짠 PHP코드인데

저런 좆같은 if문 코드에 존나 많아서 정신나갈거같음 ㅇㅅㅇ