各位大大好
我想写一个有关订阅的网页
<div class="" data-toggle="buttons">
<label class="btn btn-primary active">
<input style="display:none;" type="radio" onclick="" name="options" id="option1Y" autocomplete="off"
value="subscription" checked>已订阅
</label>
<label class="btn btn-warning">
<input style="display:none;" type="radio" name="options" id="option2N" value="nosubscription" autocomplete="off">
<i class="fas fa-chalkboard-teacher"></i>订阅
</label>
</div>
如果用form形式的话是必要有一个submit的按钮
但是我希望是使用者按了就直接上传到server里储存已订阅的资讯
我也有用以下此方式直接呼叫PHP档,但网页就会显示错误
onclick="document.write('<?php require_once "xxx.php"; ?>');
垦请各位大大解答,感谢