nuriiptv
This commit is contained in:
8
nuritv/panel/plugins/tablednd/server/ajaxTest.php
Normal file
8
nuritv/panel/plugins/tablednd/server/ajaxTest.php
Normal file
@@ -0,0 +1,8 @@
|
||||
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/>
|
||||
Reference in New Issue
Block a user