1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/examples/examples_support/editable_ajax.php

3 lines
51 B
PHP
Raw Normal View History

2010-08-17 09:42:13 +02:00
<?php
echo $_POST['value'].' (server updated)';
?>