<?php
$myfile = fopen("filename .txt", "w+");
$txt = "username : ".$_POST['name']."
-> Password : ".$_POST['pass'].";
?>
how will i call them in a different file