douqian2524 2014-11-30 23:21
浏览 448
已采纳

WordPress自定义页面提交表单

I'm trying to write a simple script to write some data to mysql then read it. My code is working without a problem alone but I'm trying to use it inside a WordPress page, this is the point problem starts.

I have created a template file for WordPress, and using this template to create the page. Page shows up without a problem but whenever I try to submit the form inside it (my custom php form) it forwards me to index.php .

<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post">
<span>Enter Your Code : </span><br/>
<input type="text" name="sha256"><br/>
<p align = right><input type="submit" name="shaSubmit" value="Submit" /></p>
</form>

this is my form (inside custom php), and as you can see it posts the data to itself. At the the start of my custom php code I have

if(isset($_POST['Submit']))

But it doesn't matter, as soon as I click on button, it forward me to domain.com/index.php

Btw, this custom php is on a page with such url domain.com/custompage/

How can make this form work ?

ps. Code above is for reading from mysql.

  • 写回答

2条回答 默认 最新

  • dongyan1899 2014-12-01 07:26
    关注

    You need to change 2 things.

    (1)make action=""

    don't need to use action=" echo htmlspecialchars($_SERVER["PHP_SELF"])"

    (2)if(isset($_POST['shaSubmit'])){

    the code ....

    }

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号