Skip to content

Instantly share code, notes, and snippets.

@DumahX
Created April 6, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DumahX/36b9a9d6bcf3bfb2cd75624f81c574cc to your computer and use it in GitHub Desktop.
Save DumahX/36b9a9d6bcf3bfb2cd75624f81c574cc to your computer and use it in GitHub Desktop.
<?php
$debug_file = fopen( 'debug.txt', 'a' );
$text = 'The data was sent.';
fwrite( $debug_file, $text );
fclose( $debug_file );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment