4 lines
41 B
PHP
4 lines
41 B
PHP
<?php
|
|
sleep(5);
|
|
echo('Entry Saved!');
|
|
?>
|
<?php
|
|
sleep(5);
|
|
echo('Entry Saved!');
|
|
?>
|