开发者

posting variable on securetrading.net

开发者 https://www.devze.com 2023-02-28 23:30 出处:网络
I want to post variables like street address, postal code, phone number, county , I\'m not sure how cou开发者_StackOverflow社区ld I achieve this.

I want to post variables like street address, postal code, phone number, county , I'm not sure how cou开发者_StackOverflow社区ld I achieve this.

https://securetrading.net/authorize/form.cgi

I used standard html post.

<form action="https://securetrading.net/authorize/form.cgi" method="post">

</form>

but not sure how to pass this.


You can create a basic form and set its action to that specific url.

like:

<form action = "https://securetrading.net/authorize/form.cgi">
.....
</form>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号