Unable to create text file through PHP script
InfinityFree Forum [Unofficial]
February 9, 2026
<?php
if(isset($_GET["server_url"]))
{
file_put_contents("server.txt", $_GET["server_url"]);
}
?>
I have tried other solutions on the forums and nothing seems to work. Any help would be appreciated.
Discussion in the ATmosphere