All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SoftwareGuy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:36, 1 May 2024 Mark talk contribs created page Server scripting (Created page with "== php == simple php example of server side message (from camera) with argument(s) <?php $direction = $_GET['Message']; $fcontents = file_get_contents('php://input') . " - " . $direction; file_put_contents('php.log', $fcontents, FILE_APPEND); ?>") Tag: Visual edit