{"id":946,"date":"2013-02-01T20:08:44","date_gmt":"2013-02-01T20:08:44","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=946"},"modified":"2022-02-17T07:14:03","modified_gmt":"2022-02-17T07:14:03","slug":"echo-a-file","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/php\/files\/echo-a-file","title":{"rendered":"echo a File"},"content":{"rendered":"<p>\n&nbsp;\n<\/p>\n<h4>\nEcho&#39;ing the contents of a file<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\/\/Get the url of a file and echo that file - this can be a remote web site file or a local one\r\nif (isset($_POST[&#39;url&#39;]))\r\n{\r\n\t$url_string = $_POST[&#39;url&#39;];\r\n\t$url_string = stripslashes(htmlentities(strip_tags($url_string)));\r\n\techo file_get_contents(&quot;http:\/\/$url_string&quot;);\r\n}\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Echo&#39;ing the contents of a file \/\/Get the url of a file and echo that file &#8211; this can be a remote web site file or a local one if (isset($_POST[&#39;url&#39;])) { $url_string = $_POST[&#39;url&#39;]; $url_string = stripslashes(htmlentities(strip_tags($url_string))); echo file_get_contents(&quot;http:\/\/$url_string&quot;); } &nbsp; &nbsp; &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-946","post","type-post","status-publish","format-standard","hentry","category-files"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/946","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=946"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/946\/revisions"}],"predecessor-version":[{"id":1350,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/946\/revisions\/1350"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}