data tables are going to need some work yet, but the other stuff seems to be working 100%
4 lines
41 B
PHP
4 lines
41 B
PHP
<?php
|
|
sleep(5);
|
|
echo('Entry Saved!');
|
|
?>
|