PHP - Reference to Calling Document?
2010-07-10 09:16:08
Warren Michelsen
Previous | Next
Is there a way to reference the document containing the code being evaluated in PHP?For example, is there a generic term to be used in place of "index.html" in the example below to indicate the document wherein this filemtime call resides?instead of:filemtime("index.html")filemtime($RefToMe)Any such thing exist?-- You received this message because you are subscribed to the Google Groups "Web Authoring" group.To post to this group, send email to web-authoring@[Protected]To unsubscribe from this group, send email to web-authoring+unsubscribe@[Protected]For more options, visit this group at http://groups.google.com/group/web-authoring?hl=en.