Hi All,
Is it possible to create php file on the fly? If yes then how would we create it?
Printable View
Hi All,
Is it possible to create php file on the fly? If yes then how would we create it?
on the fly? using.. what? php?
a php file is just a text file with the ".php" file extension. there's nothing special about it. you just need to create a file and name it "myfile.php," and you're set.