{"id":580,"date":"2012-09-26T15:24:43","date_gmt":"2012-09-26T15:24:43","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=580"},"modified":"2022-02-17T07:14:04","modified_gmt":"2022-02-17T07:14:04","slug":"detecting-name-of-page-include-a-file","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/php\/urls\/detecting-name-of-page-include-a-file","title":{"rendered":"Detecting Name Of Page Include A File"},"content":{"rendered":"<pre>\r\n<code>\r\n\/\/include_once(&#39;includes\/my_include_file.php&#39;);\r\n\r\n\/\/Get the name of the file calling this include\r\n$calling_file = end(explode(&#39;\/&#39;, $_SERVER['PHP_SELF']));\r\n\r\nswitch ($calling_file)\r\n{\r\n \tcase &#39;some_file.php&#39;:\r\n\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/\/include_once(&#39;includes\/my_include_file.php&#39;); \/\/Get the name of the file calling this include $calling_file = end(explode(&#39;\/&#39;, $_SERVER[&#8216;PHP_SELF&#8217;])); switch ($calling_file) { case &#39;some_file.php&#39;:<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70,56],"tags":[],"class_list":["post-580","post","type-post","status-publish","format-standard","hentry","category-include","category-urls"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=580"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/580\/revisions"}],"predecessor-version":[{"id":1412,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/580\/revisions\/1412"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}