忍者ブログ

からすまる日誌

20200331pm03

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

20200331pm03

deleteボタンがうまく動かなかったが
$row関係は「phpの範疇」
よって<?php でかこってechoも必要
 
      <form method="post" action="delete_alert.php">
       <p class="text_right"><i class="far fa-trash-alt trast_box"></i>
       <input type="hidden" id="alert_id" name="alert_id" value="<?php echo $row["alert_id"]; ?>"><!--隠しinput-->
       <button class="button_trast" type="submit">Delete</button>
       
       <?php echo ("post time: ").$row["create_time"]; ?>
       </p>
 
こうなりますよ
 


javascript:
submitボタン
preventDefault
var res = window.confirm('消していいですか');
 
deleteについては明日やってくださるそうだ!! やったぜ 
 
PR

コメント

ブログ内検索

カレンダー

03 2025/04 05
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30