• Home
  • About
    • PI photo

      PI

      Beginner's Blog

    • Learn More
    • Github
  • Posts
    • All Posts
    • All Tags
    • All Categories
  • Projects

[PHP] PHP 파라미터 Post로 보내기

📆 Created: 2024.10.23 Wed

🗓️ Updated: 2025.02.25 Tue

Reading time ~1 minute

PHP POST Action

action=”” -> 자기 자신에게 데이터 보냄 if(isset($_POST[‘Submit’])) { $login_res = login1($_POST[‘UserId’], $_POST[‘Password’]); echo “this > “ . $login_res; }

submit 말고 뭐가 더 있는 지 무슨 역할인지



WEBTIL Share Tweet +1
/#disqus_thread