<?php $filename = "test.txt"; $data = "hi this I am https://t.me/mrbeandev"; file_put_contents($filename,$data); ?>