I have files served like so:
AJAX request handler -> Include file
I would like to retrieve the name of the include file within the include itself. Neither $_SERVER['PHP_SELF']
or $_SERVER['SCRIPT_NAME']
is suitable for this, as they return the "parent" script name.
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…