{"id":303,"date":"2021-04-05T13:44:00","date_gmt":"2021-04-05T17:44:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/11\/18\/create-phpinfo-page-to-see-php-settings\/"},"modified":"2023-12-04T10:54:42","modified_gmt":"2023-12-04T15:54:42","slug":"how-to-create-a-phpinfo-page","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/","title":{"rendered":"How to Create a phpinfo Page to View Your PHP Settings"},"content":{"rendered":"<p>In this guide, we\u2019ll show you how to create a phpinfo page to view the current PHP settings for your <a href=\"https:\/\/www.inmotionhosting.com\/php-hosting\">php host<\/a>. PHP has many environmental variables that you are able to update as needed. For example, you may need to update your php memory_limit to prevent certain scripts from running out of memory. <\/p>\n\n\n\n<p>Before you change these values, you must first be able to see what they are. To do that, you will need to create a <strong>phpinfo<\/strong> page. A phpinfo page shows you all of your php environment settings.<\/p>\n\n\n\n<p>A phpinfo page is simply a page with the following PHP code:<\/p>\n\n\n\n<pre>&lt;? phpinfo(); ?&gt;<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#create\">How to Create a phpinfo Page<\/a><\/li>\n\n\n\n<li><a href=\"#view\">How to View your PHP Settings<\/a><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"><div class=\"yt-l9ZqcOxNbDM\">\n\t<a class=\"play-video-l9ZqcOxNbDM\" style=\"position: relative; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer;\">\n\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi_webp\/l9ZqcOxNbDM\/maxresdefault.webp\" width=\"1280\" height=\"720\" alt=\"How to View Your PHP Settings With a phpinfo Page\" style=\"width: 100%; height: auto;\">\n\t\t<span class=\"fa fa-imh-play-circle imh-ds-icon play-circle\" style=\"position: absolute; display:block; font-size:150px; color: #c52228; opacity:0;\"><\/span>\n\t<\/a>\n<\/div><\/div>\n<\/div><figcaption class=\"wp-element-caption\">Don\u2019t have time to read the guide? Check out our walk-through video.<\/figcaption><\/figure>\n\n\n\n<p><a name=\"create-phpinfo-page\"><\/a><\/p>\n\n\n<div class=\"jumbotron\" style=\"text-align:center;\">\r\n<p style=\"font-size: 20px;\"><strong>Reliable Shared Hosting for Growing Businesses<\/strong><\/p>\r\n<p>Get the performance your business website demands with NVMe SSD storage, industry-standard cPanel management, and direct access to hosting experts whenever you need assistance.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Free Website Migration &nbsp;&nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>24\/7 Human Support &nbsp;&nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>100% Money-Back Guarantee<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/shared-hosting?mktgp=t&irgwc=1&affiliates=5001860&utm_campaign=Jumbotron&utm_source=supportcenter&utm_medium=cta&utm_term=shared-cta2\">Shared Hosting<\/a><\/p>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create\">How to Create a phpinfo Page<\/h2>\n\n\n\n<p>If you\u2019re not familiar with how to create a php page, follow the steps below to create a <strong>phpinfo<\/strong> page using your <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/using-file-manager-in-cpanel\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">File Manager<\/a>. You can also use an <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/getting-started-guide\/\" target=\"_blank\" aria-label=\"FTP (opens in a new tab)\" rel=\"noreferrer noopener\">FTP<\/a> program if you prefer.  <\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a aria-label=\"Log into your cPanel (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">Log into your cPanel<\/a>.<\/li>\n\n\n\n<li>In the <em>Files<\/em> section of your cPanel, open the <strong>File Manager<\/strong> option.<\/li>\n\n\n\n<li>Navigate to the directory you are working with. This is important because each folder can actually be set to have different PHP settings. In this example, we are viewing the PHP settings for our main domain, so we are navigating to the \u201cpublic_html\u201d folder.<\/li>\n\n\n\n<li>In the top menu, click <strong>+File<\/strong> option to create a new file.<\/li>\n\n\n\n<li>When prompted for the file name, enter phpinfo.php (it can actually be named anything, phpinfo.php is simply a common name for the file).<\/li>\n\n\n\n<li>Find the phpinfo.php file in your list of files (it should have automatically updated). Right-click on it and choose <strong>Edit<\/strong>. If you see a \u201cText Editor\u201d prompt, choose \u201c<strong>utf-8<\/strong>\u201d from the drop-down list and then click <strong>Edit<\/strong>.<\/li>\n\n\n\n<li>Enter the following code into the phpinfo.php file. <pre>&lt;? phpinfo(); ?&gt;<\/pre><\/li>\n\n\n\n<li>Then click <strong>Save Changes<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p><a name=\"view-php-settings\"><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"view\">How to View your PHP Settings<\/h2>\n\n\n\n<p>Now that you have created the phpinfo page, we\u2019ll show you how to access it and view your PHP settings.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>You can now access this page from your browser. If you created the file in your public_html folder, then you would visit https:\/\/example.com\/phpinfo.php. Be sure to replace example.com with your actual domain name. The results should look similar to the below screenshot:<br><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"365\" class=\"wp-image-5297\" style=\"width: 750px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif\" alt=\"Create phpinfo Page\"><\/li>\n\n\n\n<li>To find the specific value of a setting, search the page for what you\u2019re looking for. In this case, we used our browser\u2019s search feature (<strong>Ctrl + f<\/strong>) and searched for <em>memory_limit<\/em>. The first value you see is what is set for the current directory (local value), and the setting value is the master value. The local value is the actual setting and is the important value, because the local values will override the master value:<br><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"365\" class=\"wp-image-5298\" style=\"width: 750px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-a-phpinfo-page-showing-the-memory_limit-setting.gif\" alt=\"Viewing a PHP Setting\"><br><br><div class=\"alert alert-danger\" role=\"alert\"><strong>WARNING: Your phpinfo page has many PHP settings that you don\u2019t want to broadcast to the world. When you\u2019re finished using the file, be sure to delete it.<\/strong> Another route you can take instead of deleting it however is naming the file something other than phpinfo.php. As phpinfo.php is such a common name, \u2018bots\u2019 on the web will randomly search for files named phpinfo.php. Setting the file name to something like 9823592374823.php would never be guessed by a bot (so no one would ever find it) however it may be difficult for you to remember this in the future. <\/div> <\/li>\n<\/ol>\n\n\n\n<p>Now you know how to create a phpinfo page and view your PHP settings. If you need to change any of these values, here are some helpful guides.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/update-local-php-settings\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">How to Change PHP Settings in your Hosting Account<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/command-line-settings\/\" target=\"_blank\" aria-label=\"Setting Your PHP Settings in Command Line (opens in a new tab)\" rel=\"noreferrer noopener\">Setting Your PHP Settings in Command Line<\/a><\/li>\n<\/ul>\n\n\n\n<p>Check out our <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/\" target=\"_blank\" aria-label=\"Website Tutorials (opens in a new tab)\" rel=\"noreferrer noopener\">Website Tutorials<\/a> section for more helpful guides to help you build a successful site.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we&#8217;ll show you how to create a phpinfo page to view the current PHP settings for your php host. PHP has many environmental variables that you are able to update as needed. For example, you may need to update your php memory_limit to prevent certain scripts from running out of memory. Before<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-303","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create a phpinfo Page | PHP Tutorials<\/title>\n<meta name=\"description\" content=\"In this tutorial, we&#039;ll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a phpinfo Page | PHP Tutorials\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we&#039;ll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-05T17:44:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-04T15:54:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/How-to-Create-a-phpinfo-Page-to-View-Your-PHP-Settings.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Create a phpinfo Page to View Your PHP Settings\",\"datePublished\":\"2021-04-05T17:44:00+00:00\",\"dateModified\":\"2023-12-04T15:54:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\"},\"wordCount\":657,\"commentCount\":22,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\",\"name\":\"How to Create a phpinfo Page | PHP Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif\",\"datePublished\":\"2021-04-05T17:44:00+00:00\",\"dateModified\":\"2023-12-04T15:54:42+00:00\",\"description\":\"In this tutorial, we'll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif\",\"width\":814,\"height\":396,\"caption\":\"Create phpinfo Page\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create a phpinfo Page to View Your PHP Settings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a phpinfo Page | PHP Tutorials","description":"In this tutorial, we'll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.","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:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a phpinfo Page | PHP Tutorials","og_description":"In this tutorial, we'll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-04-05T17:44:00+00:00","article_modified_time":"2023-12-04T15:54:42+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/How-to-Create-a-phpinfo-Page-to-View-Your-PHP-Settings.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Create a phpinfo Page to View Your PHP Settings","datePublished":"2021-04-05T17:44:00+00:00","dateModified":"2023-12-04T15:54:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/"},"wordCount":657,"commentCount":22,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/","name":"How to Create a phpinfo Page | PHP Tutorials","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif","datePublished":"2021-04-05T17:44:00+00:00","dateModified":"2023-12-04T15:54:42+00:00","description":"In this tutorial, we'll show you how to create a phpinfo page so you can view your php settings and analyze your website needs.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/php_create-php-info-page_this-is-what-a-phpinfo-file-loos-like.gif","width":814,"height":396,"caption":"Create phpinfo Page"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-create-a-phpinfo-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Create a phpinfo Page to View Your PHP Settings"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4288,"name":"Website","slug":"website","link":"https:\/\/www.inmotionhosting.com\/support\/website\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=303"}],"version-history":[{"count":19,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":108189,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/303\/revisions\/108189"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}