Files
forzaapk/enginiptv/panel/plugins/tablednd/server/ajaxTest.php
mstfyldz d42f1405e1 b
2026-02-16 17:42:41 +03:00

8 lines
212 B
PHP

The server says: your row order was<br/>
<?php
$result = $_REQUEST["table-3"];
foreach($result as $value) {
echo "$value<br/>";
}
?>
See the <a href="server/ajaxTest_php.html" target="_BLANK">PHP Source</a><br/>