第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

從 <button onclick=""> 執(zhí)行 PHP 函數(shù)

從 <button onclick=""> 執(zhí)行 PHP 函數(shù)

米脂 2023-12-25 16:53:41
我想在單擊 HTML 按鈕時執(zhí)行 PHP 腳本。我知道,我不能這樣做: <button onclick="myPhpFunction("testString")">Button</button> 或類似的事情。我的目標(biāo)是,單擊此按鈕時在我的服務(wù)器上執(zhí)行一些命令。注意:我的 php 函數(shù)需要來自 JS/HTML 的變量。有沒有辦法做到這一點?
查看完整描述

1 回答

?
慕少森

TA貢獻(xiàn)2019條經(jīng)驗 獲得超9個贊

如何通過單擊按鈕調(diào)用 PHP 函數(shù)?

<h1 style="color:green;">?

? ? GeeksforGeeks?

</h1>?


<h4>?

? ? How to call PHP function?

? ? on the click of a Button ??

</h4>?


<?php

? ? if(array_key_exists('button1', $_POST)) {?

? ? ? ? button1();?

? ? }?

? ? else if(array_key_exists('button2', $_POST)) {?

? ? ? ? button2();?

? ? }?

? ? function button1() {?

? ? ? ? echo "This is Button1 that is selected";?

? ? }?

? ? function button2() {?

? ? ? ? echo "This is Button2 that is selected";?

? ? }?

?>?


<form method="post">?

? ? <input type="submit" name="button1"

? ? ? ? ? ? class="button" value="Button1" />?


? ? <input type="submit" name="button2"

? ? ? ? ? ? class="button" value="Button2" />?

</form>?

查看完整回答
反對 回復(fù) 2023-12-25
  • 1 回答
  • 0 關(guān)注
  • 209 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號