Hello Everybody,
I'm currently using the following code to create and insert information into a file, but how do i save the file as a different filename through entering a filename inside a textbox?
Code:
<html>
<body>
<?php
$file=fopen("welcome.txt","r") or exit("Unable to open file!");
?>
</body>
</html>
Many Thanks,