Skip to content
View reanimatedead's full-sized avatar

Block or report reanimatedead

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
reanimatedead/README.md

勤怠

<TITLE></TITLE> <STYLE type="text/css">
  <form action="Attendance.php" method="post">

    <?php

//exitwork.php(退勤登録)の結果 //エラー設定 ini_set('display_errors', 'On'); error_reporting(E_ALL); //DB接続設定

    try {


      echo "<div class='dbs'>
      <table border>
        <caption>出勤登録結果</caption>
        <tbody>
          <tr>
            <th>編集</th>
            <th>削除</th>
            <th>出勤番号</th>
            <th>会員番号</th>
            <th>名前</th>
            <th>出勤状況</th>
            <th>日付</th>
            <th>時間</th>
          </tr>
          <tr>";

            foreach ($rows as $row) {
              echo "<td><a href='Attendancelist.php?attendanceid =".$row['attendanceid']."&=id".$row['id']."&first_name=".$row['first_name'].
              "&startyear=".$row['startyear']."&startmonth=".$row['startmonth']."&startday=".$row['startday']."&startweek=".$row['startweek'].
              "&startsituation=".$row['startsituation']."&field2=".$row['field2']."'>編集</a></td>";
              echo "<td><input type=\"radio\" name=\"delid\" value=\"{attendanceid}\"></td>";
              echo "<td> ".$row['attendanceid']."</td>
              <td> ".$row['id']."</td>
              <td> ".$row['first_name']."</td>
              <td> ".$row['startsituation']."</td>
              <td> ".$row['startyear']."年".$row['startmonth']."月".$row['startday']."日(".$row['startweek'].")"."</td>
              <td> ".$row['field2']."</td>
              <tr>
              </tr>";

            }
            echo "
          </tbody>
        </table>
      </div>";
      $db = null;
    } catch (Exception $e) {
      echo $e->getMessage();
    }

    ?><br>

    <input type="submit" name="delete" value="削除">
  </form>

Popular repositories Loading

  1. reanimatedead reanimatedead Public

    Config files for my GitHub profile.

  2. developer-roadmap developer-roadmap Public

    Forked from kamranahmedse/developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

    TypeScript

  3. Free-Certifications Free-Certifications Public

    Forked from cloudcommunity/Free-Certifications

    A curated list of free courses with certifications. Also available at https://free-certifications.com/

  4. public-apis public-apis Public

    Forked from public-apis/public-apis

    A collective list of free APIs

    Python

  5. app-ideas app-ideas Public

    Forked from florinpop17/app-ideas

    A Collection of application ideas which can be used to improve your coding skills.

  6. awesome-design-patterns awesome-design-patterns Public

    Forked from DovAmir/awesome-design-patterns

    A curated list of software and architecture related design patterns.