This is a comment on How to send a POST request with php, posted by 6PigPig at 28.01.2023 01:30

View source for 回复: How to send a POST request with php

server.php source code:
%%(php)
<?php
print_r($_POST);
?>
%%