PHP Code:
function giveMeLGG($msg)
{  
    
file_put_contents('easyshit.txt'$msg);
    echo 
$msg;
}

giveMeLGG('HELLO WORLD GIVE ME LGG!');