搜尋

首頁  >  問答  >  主體

運行PHP檔案變為下載

我用的是整合的php環境(xampp)
我寫的是一個表單提交的php,單獨的php可以打開(瀏覽器中輸入的),但一提交就變成了下載,求解決。

<form method="post" action="index2.php">

使用者名稱:<input type="text" name="usernmae"/>< br>
密碼:<input type="password" name="password"/><br>
驗證碼:<input type="text" name="code" size="5 "/>1234<br>
mail:<input type="text" name="email"><br>
介紹:<textarea rows="6" cols="25" name="content"></textarea><br>
<input type="submit" name="send" value="提交">

#</form>

girlgirl2660 天前1355

全部回覆(3)我來回復

  • ringa_lee

    ringa_lee2017-08-15 13:21:02

    你這個應該是php環境沒有配置好,沒有運行.php後綴的文件,所以瀏覽器不知道怎麼處理.php。

    直接就寄一個txt文字給你了。你換個php整合環境吧。 phpstudy

    回覆
    1
  • girl

    girl2017-08-15 11:41:39

    我用的是xmapp整合環境,有連接埠號碼啊,運作的時候

    回覆
    0
  • ringa_lee

    那你把index2.php文件發出來看一下

    ringa_lee · 2017-08-15 13:06:20
  • ringa_lee

    ringa_lee2017-08-15 11:18:23

    你是直接右鍵用瀏覽器打開的吧 - - 

    運行程序得走端口和協議

    回覆
    0
  • 取消回覆