Hi Everybody,
I usually want to test my PHP scripts while I am trying to write them. Scripts such as "Mail.php", or "comment.php", "login.php" ... the list is endless. However, so far I need to change the file name to index.php to successfully test.
How can I avoid renaming a script and directly go to a test?
I usually want to test my PHP scripts while I am trying to write them. Scripts such as "Mail.php", or "comment.php", "login.php" ... the list is endless. However, so far I need to change the file name to index.php to successfully test.
How can I avoid renaming a script and directly go to a test?