networkPaint/endpoint-server/post.php

1 line
124 B
PHP
Raw Permalink Normal View History

2025-02-11 12:42:33 -07:00
<?php file_put_contents("data.ppf", $_POST['color'].",".$_POST['x'].",".$_POST['y'].",".$_POST['size'].";", FILE_APPEND); ?>