Let's create a file named writeSomething.php inside the htdocs directory on your localhost.
Access it like this:
<?php
localhost/writeSomething.php?tc=TC&auth=AUTH
⚙️ How It Works
You’ll paste the following PHP code into your newly created writeSomething.php file. You may customize...