소스 검색

tried to set submit button color, can now delete characters

pull/16/head
mauirixxx 7 년 전
부모
커밋
db046d299e
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      addcharacters.php

+ 10
- 0
addcharacters.php 파일 보기

@@ -0,0 +1,10 @@
<?php
$pagetitle = "Add Characters";
include_once ('header.php');
echo 'add a new character!';
echo '<form action="addaccounts.php" method="post"><table>';
echo '<caption style="white-space: nowrap; overflow: hidden;">Add character to account: ' . $_SESSION['prefaccname'] . '</caption>';
echo '<tr><td><input type="text" name="newchar" size="19" required></td><td><input type="submit" value="Add character"></td></tr>';
echo '</table></form><br />';
include_once ('footer.php');
?>

불러오는 중...
취소
저장