반응형
    
    
    
  <html>
<body>
  <form action="MyInserts.php" method="GET">
    <br>
    <p><u>Create Acct</u></p>
    <br>
    firstname: <input type="text" name="firstbox"><br>
    lastname:  <input type="text" name="lastbox"><br>
    id number:  <input type="text" name="idbox"><br>
    <input type="submit" value="Create">
  </form>
</html>
해결 방법
읽기 전용 :
<INPUT TYPE="text" NAME="firstbox" readonly>
보이지 않음
<INPUT TYPE="text" NAME="firstbox" style="display: none">
참조 페이지 https://stackoverflow.com/questions/14706194
반응형
    
    
    
  'MySql' 카테고리의 다른 글
| MySQL 따옴표와 줄 바꿈이있는 문자열을 Python으로 sqlite db에 삽입하는 방법은 무엇입니까? (0) | 2021.01.13 | 
|---|---|
| MySQL How to match an ip address in mysql? (0) | 2021.01.13 | 
| MySQL mysql 테이블의 필드 수 가져 오기 (0) | 2021.01.13 | 
| MySQL 프로 시저 / 함수를 사용하지 않고 MySQL에서 루프를 실행할 수 있습니까? (0) | 2021.01.12 | 
| MySQL mysql-얼마나 많은 열이 너무 많습니까? (0) | 2021.01.12 | 
댓글