「テストページ/ソースコードモードページ」の編集履歴(バックアップ)一覧はこちら

テストページ/ソースコードモードページ」(2007/10/11 (木) 16:54:24) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

//php <?php $test=$_GET['input']; echo "MD5:"; $test2=md5($test); echo "$test2ですよ。"; gogogo(); exit; function gogogo(){ echo "ごーごーごー!"; return; } ?>
//php <?php $test=$_GET['input']; echo "MD5:"; $test2=md5($test); echo "$test2ですよ。\n"; $test3=strip_tags($test); echo "余計なタグ省いて$test3ですよ。"; gogogo(); exit; function gogogo(){ echo "ごーごーごー!"; return; } ?>

表示オプション

横に並べて表示:
変化行の前後のみ表示: