支付提交表單,簡略寫法

<?php $param = $_POST; $html = "<form action='https://pay.ddbill.com/gateway?input_charset=UTF-8' method='post' id='fm'>"; foreach($param as $k => $v){ $html .= "<input type='hidden' name='$k' v
相關文章
相關標籤/搜索