Is there a command for obtaining the name of the script being run..obviously a command I would have to run in the script?
Can I do this:
$thisfile = ///// command I want
file_get_contents($thisfile);
Basically I want to run my test scripts but also feature the actual code on the same page.
Thanks for any help.