{"id":66,"date":"2011-09-20T17:03:00","date_gmt":"2011-09-20T17:03:00","guid":{"rendered":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/"},"modified":"2011-09-20T17:03:00","modified_gmt":"2011-09-20T17:03:00","slug":"how-to-get-started-learning-php-guide","status":"publish","type":"post","link":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/","title":{"rendered":"How To Get Started Learning PHP Guide"},"content":{"rendered":"<p>I&#8217;m always trying to learn new things. I get bored easily. One item on my list of things to learn that I can cross off is PHP. <br \/>\nPHP makes developing a website so easy. Much easier than using a combination of Javascript\/Java\/HTMl\/Hibernate that I used on one project. I always thought PHP was a scripting language like Javascript, but it&#8217;s not. It&#8217;s a real programming language like C\/C++ or Java. Only it&#8217;s meant for the web. It&#8217;s also installed on the server, so you don&#8217;t have to worry if the user has it enabled, like with Javascript.<\/p>\n<p>Here&#8217;s what I did to go about getting my programming environment set up and the resources I used to learn PHP.<\/p>\n<p>The PHP development environment I used is:<\/p>\n<p><a href=\"http:\/\/www.wampserver.com\/en\/\" target=\"_blank\" rel=\"noopener\">WAMP server<\/a> &#8211; This installs PHP\/MySQL\/Apache all in one bundle. Much easier than installing and configuring each individual piece. It also installs phpMyAdmin, which is useful to view\/edit\/query a database. There&#8217;s also an <a href=\"http:\/\/sourceforge.net\/projects\/xampp\/\" target=\"_blank\" rel=\"noopener\">XAMPP server<\/a> that I wish I had known about before installing WAMP. XAMPP is geared more towards developing and also includes a few extra pieces, such as PERL.  <\/p>\n<p><a href=\"http:\/\/www.eclipse.org\/downloads\/index-helios.php\" target=\"_blank\" rel=\"noopener\">PHP Eclipse &#8211; Helios<\/a> &#8211; This is the tool I used for developing with PHP. The debugger is a little tricky. You can also use <a href=\"http:\/\/netbeans.org\/downloads\/\" target=\"_blank\" rel=\"noopener\">Netbeans<\/a>, which I kind of prefer, but Eclipse has a nice searching option. Debugging in Netbeans is much easier though.<\/p>\n<p>To learn PHP programming, I used these resources:<\/p>\n<p><a href=\"http:\/\/www.ed2go.com\/\" target=\"_blank\" rel=\"noopener\">ed2go.com<\/a> &#8211; This site offers online courses that run 6 weeks and have 12 lessons each. 2 lessons are released each week with a final exam released at the end. There is a discussion board where you can communicate with the professor and other class members. Each lesson has an assignment and quiz. Each course costs around $89. If you can afford it, it&#8217;s a good way to get started. They offer <a href=\"http:\/\/www.ed2go.com\/online_courses\/WP\/Web_and_Computer_Programming.html\" target=\"_blank\" rel=\"noopener\">2 PHP courses<\/a>: Introduction to PHP and MySQL and Intermediate PHP and MySQL.  The introduction course walks you through developing a recipe website. The intermediate course walks you through developing an online store. Taking these courses was easier, quicker and less expensive than going to an actual class at a college.<\/p>\n<p><a href=\"http:\/\/www.amazon.com\/s?ie=UTF8&amp;x=0&amp;ref_=nb_sb_noss&amp;y=0&amp;field-keywords=php%20mysql%20web%20development&amp;url=search-alias%3Dstripbooks&amp;_encoding=UTF8&amp;tag=extcas-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957\">PHP and MySQL Web Development<\/a><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\" \/>by Luke Welling, Laura Thomson &#8211; A must have. Good reference, very thick, great book. This is the book to get if you can only get one PHP book.<\/p>\n<p><a href=\"http:\/\/www.amazon.com\/s?ie=UTF8&amp;x=0&amp;ref_=nb_sb_noss&amp;y=0&amp;field-keywords=php%20mysql%20web%20development&amp;url=search-alias%3Dstripbooks?url=search-alias=stripbooks&amp;_encoding=UTF8&amp;tag=extcas-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957\">Programming PHP &#8211; O&#8217;Reilly<\/a><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\" \/>by Rasmus Lerdorf, Kevin Tatroe and Peter MacIntyre &#8211; This is a good book to actually sit down and read through to get started learning PHP. Good reference, much shorter than the Welling\/Thomson book.<\/p>\n<p><a href=\"http:\/\/www.amazon.com\/s?ie=UTF8&amp;x=16&amp;ref_=nb_sb_noss&amp;y=19&amp;field-keywords=PHP%20Solutions%20-%20Dynamic%20Web%20Design%20Made%20Easy&amp;url=search-alias%3Dstripbooks&amp;_encoding=UTF8&amp;tag=extcas-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957\">PHP Solutions &#8211; Dynamic Web Design Made Easy<\/a><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\" \/>by David Powers &#8211; Good reference for &#8220;how to do something&#8221; in PHP.<\/p>\n<p>\nA few useful links:<\/p>\n<p><a href=\"http:\/\/www.php.net\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.php.net<\/a> &#8211; PHP functions, manual<br \/>\n<a href=\"http:\/\/www.phpbuilder.com\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.phpbuilder.com<\/a> &#8211; tutorials, examples<br \/>\n<a href=\"http:\/\/www.phpfreaks.com\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.phpfreaks.com\/<\/a> &#8211; tutorials, examples<br \/>\n<a href=\"http:\/\/www.w3schools.com\/php\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.w3schools.com\/php\/<\/a> &#8211; beginner tutorial<br \/>\n<a href=\"http:\/\/www.jasny.net\/articles\/simple-single-sign-on-for-php\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.jasny.net\/articles\/simple-single-sign-on-for-php\/<\/a> &#8211; example to use as a baseline in creating a single sign on server, global login\/registration site.<\/p>\n<p>A few miscellaneous links:<\/p>\n<p><a href=\"http:\/\/www.mysql.com\/\" target=\"_blank\" rel=\"noopener\">www.mysql.com\/<\/a> &#8211; Official MySQL site<br \/>\n<a href=\"http:\/\/http\/\/www.mysql.com\/downloads\/mysql\/\" target=\"_blank\" rel=\"noopener\">MySQL Community Server\/<\/a> &#8211; a tool to make database backups\/import a database, edit\/view a database<br \/>\n<a href=\"http:\/\/www.dbvis.com\/\" target=\"_blank\" rel=\"noopener\">DbVisualizer<\/a> &#8211; A free database tool<\/p>\n<p>\n<a href=\"http:\/\/www.amazon.com\/s?ie=UTF8&amp;x=0&amp;ref_=nb_sb_noss&amp;y=0&amp;field-keywords=PHP&amp;url=search-alias%3Dstripbooks?keywords=PHP&amp;_encoding=UTF8&amp;tag=extcas-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957\">More PHP Resources<\/a><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important; margin:0px !important;\" \/><\/p>\n<p>\n<iframe src=\"http:\/\/rcm.amazon.com\/e\/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=extcas-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=1890774561\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"><\/iframe><iframe src=\"http:\/\/rcm.amazon.com\/e\/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=extcas-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=1430231149\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"><\/iframe><iframe src=\"http:\/\/rcm.amazon.com\/e\/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=extcas-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=0596101015\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"><\/iframe><iframe src=\"http:\/\/rcm.amazon.com\/e\/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=extcas-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=0672327120\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m always trying to learn new things. I get bored easily. One item on my list of things to learn that I can cross off is PHP. PHP makes developing a website so easy. Much easier than using a combination of Javascript\/Java\/HTMl\/Hibernate that I used on one project. I always thought PHP was a scripting [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[116],"tags":[],"class_list":["post-66","post","type-post","status-publish","format-standard","hentry","category-how-to-get-started-learning-php-guide"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Get Started Learning PHP Guide - Zofxare Blog Home<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Get Started Learning PHP Guide - Zofxare Blog Home\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m always trying to learn new things. I get bored easily. One item on my list of things to learn that I can cross off is PHP. PHP makes developing a website so easy. Much easier than using a combination of Javascript\/Java\/HTMl\/Hibernate that I used on one project. I always thought PHP was a scripting [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Zofxare Blog Home\" \/>\n<meta property=\"article:published_time\" content=\"2011-09-20T17:03:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1\" \/>\n<meta name=\"author\" content=\"zofxare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"zofxare\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/\"},\"author\":{\"name\":\"zofxare\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/#\\\/schema\\\/person\\\/094f5dde70100b9f8fbc63174a2a40ce\"},\"headline\":\"How To Get Started Learning PHP Guide\",\"datePublished\":\"2011-09-20T17:03:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/\"},\"wordCount\":574,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.assoc-amazon.com\\\/e\\\/ir?t=extcas-20&amp;l=ur2&amp;o=1\",\"articleSection\":[\"How To Get Started Learning PHP Guide\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/\",\"url\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/\",\"name\":\"How To Get Started Learning PHP Guide - Zofxare Blog Home\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.assoc-amazon.com\\\/e\\\/ir?t=extcas-20&amp;l=ur2&amp;o=1\",\"datePublished\":\"2011-09-20T17:03:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/#\\\/schema\\\/person\\\/094f5dde70100b9f8fbc63174a2a40ce\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.assoc-amazon.com\\\/e\\\/ir?t=extcas-20&amp;l=ur2&amp;o=1\",\"contentUrl\":\"https:\\\/\\\/www.assoc-amazon.com\\\/e\\\/ir?t=extcas-20&amp;l=ur2&amp;o=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/2011\\\/09\\\/20\\\/how-to-get-started-learning-php-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Get Started Learning PHP Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/\",\"name\":\"Zofxare Blog Home\",\"description\":\"The Zofxare blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/#\\\/schema\\\/person\\\/094f5dde70100b9f8fbc63174a2a40ce\",\"name\":\"zofxare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=retro&r=g\",\"caption\":\"zofxare\"},\"url\":\"https:\\\/\\\/zofxare.com\\\/zofxare\\\/blog\\\/author\\\/zofxare\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Get Started Learning PHP Guide - Zofxare Blog Home","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/","og_locale":"en_US","og_type":"article","og_title":"How To Get Started Learning PHP Guide - Zofxare Blog Home","og_description":"I&#8217;m always trying to learn new things. I get bored easily. One item on my list of things to learn that I can cross off is PHP. PHP makes developing a website so easy. Much easier than using a combination of Javascript\/Java\/HTMl\/Hibernate that I used on one project. I always thought PHP was a scripting [&hellip;]","og_url":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/","og_site_name":"Zofxare Blog Home","article_published_time":"2011-09-20T17:03:00+00:00","og_image":[{"url":"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1","type":"","width":"","height":""}],"author":"zofxare","twitter_card":"summary_large_image","twitter_misc":{"Written by":"zofxare","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#article","isPartOf":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/"},"author":{"name":"zofxare","@id":"https:\/\/zofxare.com\/zofxare\/blog\/#\/schema\/person\/094f5dde70100b9f8fbc63174a2a40ce"},"headline":"How To Get Started Learning PHP Guide","datePublished":"2011-09-20T17:03:00+00:00","mainEntityOfPage":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/"},"wordCount":574,"commentCount":0,"image":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1","articleSection":["How To Get Started Learning PHP Guide"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/","url":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/","name":"How To Get Started Learning PHP Guide - Zofxare Blog Home","isPartOf":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#primaryimage"},"image":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1","datePublished":"2011-09-20T17:03:00+00:00","author":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/#\/schema\/person\/094f5dde70100b9f8fbc63174a2a40ce"},"breadcrumb":{"@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#primaryimage","url":"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1","contentUrl":"https:\/\/www.assoc-amazon.com\/e\/ir?t=extcas-20&amp;l=ur2&amp;o=1"},{"@type":"BreadcrumbList","@id":"https:\/\/zofxare.com\/zofxare\/blog\/2011\/09\/20\/how-to-get-started-learning-php-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zofxare.com\/zofxare\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Get Started Learning PHP Guide"}]},{"@type":"WebSite","@id":"https:\/\/zofxare.com\/zofxare\/blog\/#website","url":"https:\/\/zofxare.com\/zofxare\/blog\/","name":"Zofxare Blog Home","description":"The Zofxare blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zofxare.com\/zofxare\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zofxare.com\/zofxare\/blog\/#\/schema\/person\/094f5dde70100b9f8fbc63174a2a40ce","name":"zofxare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=retro&r=g","caption":"zofxare"},"url":"https:\/\/zofxare.com\/zofxare\/blog\/author\/zofxare\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/comments?post=66"}],"version-history":[{"count":0,"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/posts\/66\/revisions"}],"wp:attachment":[{"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/media?parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/categories?post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zofxare.com\/zofxare\/blog\/wp-json\/wp\/v2\/tags?post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}