can i save my page to another name file with PHP Script.
if i have 2 line text form that will give me a new name and when i submit my page will be save in new name in current directory.
example : i run the page LinkFile.PHP and when i submit i have new file LF1.PHP and my LinkFile is still exis (not rename but make a new file).
in 1 line in write // LF1.PHP
in other line in write // only text.....
the content of LF1.PHP is only the text that i give on another line text form in LinkFile.PHP.