I have an HTML form and send data to php file when hitting submit button.
$.ajax({
url: \"text.php\",
type: \"POST\",
data: {
amount: amount,
- 热议问题