{"id":51,"date":"2019-05-21T21:16:50","date_gmt":"2019-05-21T21:16:50","guid":{"rendered":"https:\/\/howto.ciscoar.com\/?page_id=51"},"modified":"2020-03-19T03:08:40","modified_gmt":"2020-03-19T03:08:40","slug":"php-basic-script","status":"publish","type":"page","link":"https:\/\/lamp.ciscoar.com\/?page_id=51","title":{"rendered":"PHP basic script"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">PHP basic script<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n echo \"\\nWhat's your name?\\n\";\n $name = fgets(STDIN);\n echo \"\\nHello,\".$name.\"Nice to meet you!\\n\\n\";\n?><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Running the script from the CLI<\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"916\" height=\"516\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/03\/php-hello-world.gif\" alt=\"\" class=\"wp-image-4338\"\/><\/figure><\/div>\n","protected":false},"excerpt":{"rendered":"<p>PHP basic script Running the script from the CLI<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-51","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/51","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=51"}],"version-history":[{"count":16,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/51\/revisions"}],"predecessor-version":[{"id":4350,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/51\/revisions\/4350"}],"wp:attachment":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=51"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}