<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/category/php/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>PHP Tutorial For Beginners Step By Step With Example Session-1</title>
		<link>https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/</link>
					<comments>https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Wed, 05 Jan 2022 12:38:51 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Internal Data]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Structure]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[Variable Initialization]]></category>
		<category><![CDATA[web Server]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15624</guid>

					<description><![CDATA[<p>What is PHP PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML. PHP stands <a class="read-more-link" href="https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/">PHP Tutorial For Beginners Step By Step With Example Session-1</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading"><strong>What is PHP</strong></h1>



<p>PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML.</p>



<p>PHP stands for Hypertext Preprocessor but it’s original name, Personal Home Page. It was created by Ramsum Lerdorf in 1994.</p>



<p>PHP runs on various platforms Windows, Linux, Unix, Mac OS X, etc.</p>



<p>PHP is compatible with almost all servers Apache, IIS, etc.</p>



<p>At Present in 2017 Php 7.2.0 is latest version of PHP</p>



<p>PHP File Extension .php</p>



<h1 class="wp-block-heading"><strong>What we can do with PHP</strong></h1>



<ul class="wp-block-list"><li>Generate Dynamic Page</li><li>Handle button clicks, radio button</li><li>Create Database Application</li><li>Client/server Application</li><li>Student Registration</li><li>Online Course</li><li>Online Shopping cart</li><li>Chat Rooms</li></ul>



<h1 class="wp-block-heading"><strong>Example</strong></h1>



<script src="https://gist.github.com/dharmu9898/7608a2d732e79bccb7d4dfa3ab3d7dee.js"></script>



<h1 class="wp-block-heading"><strong>How PHP Works</strong></h1>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="884" height="423" src="https://www.aiuniverse.xyz/wp-content/uploads/2022/01/Work-for-php.jpg" alt="" class="wp-image-15626" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2022/01/Work-for-php.jpg 884w, https://www.aiuniverse.xyz/wp-content/uploads/2022/01/Work-for-php-300x144.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2022/01/Work-for-php-768x367.jpg 768w" sizes="(max-width: 884px) 100vw, 884px" /></figure>



<h1 class="wp-block-heading"><strong>Development Environment</strong></h1>



<ul class="wp-block-list"><li>Operating System – Windows, Linux, Mac etc.</li><li>Web Server – XAMP, WAMP, MAMP etc.<ul><li>§XAMP – Apache + MariaDB + PHP + Perl</li></ul></li></ul>



<ul class="wp-block-list"><li>Editor/IDE – NotePad, NotePad ++, NetBeans, Brackets, Eclipse etc.</li><li>Web Browser – Chrome, Firefox etc.</li></ul>



<h1 class="wp-block-heading"><strong>Basic Structure of PHP</strong></h1>



<figure class="wp-block-image size-full"><img decoding="async" width="905" height="338" src="https://www.aiuniverse.xyz/wp-content/uploads/2022/01/structure.jpg" alt="" class="wp-image-15627" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2022/01/structure.jpg 905w, https://www.aiuniverse.xyz/wp-content/uploads/2022/01/structure-300x112.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2022/01/structure-768x287.jpg 768w" sizes="(max-width: 905px) 100vw, 905px" /></figure>



<h1 class="wp-block-heading"><strong>Basic Structure of PHP</strong></h1>



<script src="https://gist.github.com/dharmu9898/486ed97281f2f20193510bc665ab686c.js"></script>



<h1 class="wp-block-heading"><strong>Variable</strong></h1>



<p>Variables are containers which is used to store information.</p>



<h2 class="wp-block-heading">Type of Variables: &#8211;</h2>



<ul class="wp-block-list"><li>Local Variable</li><li>Global Variable</li><li>Static Variable</li></ul>



<h1 class="wp-block-heading"><strong>Variable Declaration</strong></h1>



<p><strong>In PHP, variable names begin with $ sign, followed by a name.</strong></p>



<p><strong>Ex: &#8211;</strong></p>



<ul class="wp-block-list"><li>$roll</li><li>$price</li><li>$name</li></ul>



<h1 class="wp-block-heading"><strong>Rules</strong></h1>



<ul class="wp-block-list"><li>Variable starts with $ sign.</li><li>Variable name only starts with a letter, an underscore ( _ ).</li><li>Variable name cannot start with a number.</li><li>It is case sensitive which implies that the variable <strong>num</strong> in lowercase is different from variable <strong>NUM</strong> in uppercase.</li><li>Do not use Predefined constant name e.g. PHP_VERSION , PHP_OS etc.</li><li>Do not use reserved keywords. e.g. else, if etc.</li></ul>



<h1 class="wp-block-heading"><strong>Variable Initialization</strong></h1>



<p>PHP can store all type of data in variables. Before using a variable in PHP, assign a value to it so PHP will create that variable and store data in it. That means we have to assign data to a variable before attempting to read a variable’s value.</p>



<h1 class="wp-block-heading">Ex: &#8211;</h1>



<ul class="wp-block-list"><li>$roll = 256;</li><li>$price = 25.50;</li><li>$name = “Geeky Shows”;</li></ul>



<p>Note &#8211; If a variable is created without a value, it is automatically assigned a value of NULL.</p>



<h1 class="wp-block-heading"><strong>Internal Data Types</strong></h1>



<p>In other language, you need to specify the exact data format of each variable, but PHP handles that for you.</p>



<ul class="wp-block-list"><li>Integer – It can hold whole number. Ex: 12, 0, -34 etc.</li><li>Float/Double – It can hold floating point number. Ex: 25.2654, 2.12 etc.</li><li>String – It can hold text or group of characters. Ex: &#8211; “Geeky Shows” etc.</li><li>Boolean – It can hold true/false value.</li><li>Array – It can hold multiple values in one single variable.</li><li>Object – It can hold programming objects.</li><li>Resource – It is special variable that hold references to resources external to PHP.</li><li>NULL – It can hold only one value – NULL .</li></ul>
<p>The post <a href="https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/">PHP Tutorial For Beginners Step By Step With Example Session-1</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/php-tutorial-for-beginners-step-by-step-with-example-secession-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to become a Full Stack Developer?</title>
		<link>https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/</link>
					<comments>https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/#respond</comments>
		
		<dc:creator><![CDATA[narayan]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 09:06:03 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Backend Development]]></category>
		<category><![CDATA[Front-End Development]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Full Stack Developer]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15375</guid>

					<description><![CDATA[<p>Are you wondering what it takes to become a great full-stack developer? Learning different skills in your career not only helps you stand out from the crowd <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/">How to become a Full Stack Developer?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Are you wondering what it takes to become a great full-stack developer?</p>



<p>Learning different skills in your career not only helps you stand out from the crowd but also sharpens your cognitive and behavioral abilities.</p>



<ul class="wp-block-list"><li>It expands your perspective.</li><li>It strengthens your confidence.</li><li>It enhances your analytical skills towards complex issues.</li><li>It brings out a communicative leader in you.</li></ul>



<p>There is no doubt that the position of a full-stack developer allows a great deal of scope to improve oneself due to its majority role.</p>



<h4 class="wp-block-heading">What is Full Stack Developer?</h4>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" width="600" height="315" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer1.png" alt="" class="wp-image-15377" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer1.png 600w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer1-300x158.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>



<p>A full-stack developer is a professional who understands and masters the front-end, back-end, and databases of the web application.</p>



<p>You should be well versed with the elements of web development i.e. user interface and server-side. The functionality of a website or web application depends on two main elements known as front-end and backend.</p>



<h4 class="wp-block-heading">What is Front-End Development?</h4>



<p>Front-end development, also known as client-side development, is the element of a website that a user can view or interact with. This element gives visual functionality to one&#8217;s website or application.</p>



<h4 class="wp-block-heading">What is Back-End Development?</h4>



<p>Backend development, also known as server-side development, is an element that is not visible to the client. User interaction with the core functionality of the application of back-end development lies in creating smooth and hassle-free. Moreover, it is also responsible for the functionality behind the scenes to maintain the database and organizing and front-end.</p>



<p>A full-stack developer is an expert who handles the client-side as well as the server-side of a web application. They are part of the development team that works on all phases of the web application. They not only maintain the database, design, and backend operations of the application but also ensure an error-free development test and deployment of the application.</p>



<h4 class="wp-block-heading">Roles of Full Stack Developer:</h4>



<p>The primary responsibility of a Full Stack Developer includes designing user interactions on websites, developing servers and databases for website functionality, and coding for mobile platforms.</p>



<ul class="wp-block-list"><li>Developing front-end website architecture.</li><li>Designing user interactions on web pages.</li><li>Developing back-end website applications.</li><li>Creating servers and databases for functionality.</li><li>Ensuring cross-platform adaptation for mobile phones.</li><li>Ensuring accountability of applications.</li><li>Working with graphic designers for web design features.</li><li>Seeing through a project from conception to finished product.</li><li>API design and development.</li><li>Meeting both technical and consumer needs.</li><li>Staying abreast of developments in web applications and programming languages.</li></ul>



<h4 class="wp-block-heading">Full-Stack Developer Skills:</h4>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="600" height="315" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer2.png" alt="" class="wp-image-15378" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer2.png 600w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/full-stack-developer2-300x158.png 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure></div>



<p>As mentioned above, a full-stack developer is not a multidisciplinary role. To excel in this role is essential, not just a formal degree, but a broad knowledge of a wide variety of skills. Diversity is the key to excellence and success in the profession of a full-stack developer.</p>



<ul class="wp-block-list"><li><strong>HTML and CSS:</strong> Hypertext Markup Language or HTML is a language for front-end technologies. It is used by developers to administer the format and visuals of text and images on websites.</li><li><strong>JavaScript:</strong> Whenever full stack developer skills are discussed no one can beat JavaScript behind. It is one of the dynamic languages used by developers for interactive and advanced front-end development. JavaScript with its complete integration with HTML, CSS, and adaptability across important browsers makes the work of JavaScript developers quite simple and efficient.</li><li><strong>Git and GitHub:</strong>  Web development seems a bit incomplete without the presence of the infamous Git and GitHub.Git, a &#8220;distributed version control system&#8221; for developers, allows them to handle every small step in the development process. GitHub is a platform that allows developers to work on, manage, review multiple projects simultaneously.</li></ul>



<p><strong>Few languages requisite for backend development:</strong></p>



<ul class="wp-block-list"><li><strong>Python:</strong> Along with frameworks including Django and Flask, Python is one of the most commonly used programming languages for backend development. The simplified syntax and diverse features allow it to be used for many high-level object-oriented and structured programming.</li><li><strong>Java:</strong> It is an innovative &#8216;class-based&#8217; programming language used not only for web application development but also for mobile applications and desktop applications.</li><li><strong>PHP:</strong> A compatible programming language that is fast, flexible, and efficient. With features available for server-side scripting and adaptability on various operating systems such as macOS, Unix, and Windows, it is one of the most commonly used programming languages for backend development.</li><li><strong>Ruby:</strong> It is a programming language used for both backend web application development. The language is known for its simplified code, dynamic typing, and object-oriented principles.</li><li><strong>Web Architecture:</strong> A full-stack developer needs to upskill himself/herself to maintain his/her efficient responsibility. A full-stack developer to learn about web apps&#8217; structural elements and user interfaces elements, such as DNS or Domain Name System, database servers, cloud storage, and more.</li><li><strong>Database Management Systems:</strong> there is a need for a perfect system to manage all the databases. For this, besides the programming languages, you should be well-versed with systems like Oracle, MySQL, SQLite, Microsoft Access, etc</li><li><strong>REST and SOAP:</strong> A full-stack developer should have expertise in working with Aristi and SOAP as web services or application program interface (API). These two web services will allow you to share data between two different systems making operations efficient and productive.</li></ul>



<p>Soft Skills: As a full-stack developer, you have to manage multiple roles at once. In addition to this, your hard skills are also required to be proficient in many soft skills.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="600" height="315" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/soft-skills.png" alt="" class="wp-image-15379" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/soft-skills.png 600w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/soft-skills-300x158.png 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure></div>



<ul class="wp-block-list"><li>Communication</li><li>Multi-Tasking</li><li>Manages Time</li><li>Inquisitive</li><li>Team Player</li><li>Effective Leader</li></ul>



<p>A full-stack developer must continue to upgrade themselves to be well aware of all the techniques and the role and responsibilities. Different companies have different preferences and hence, you should be aware of the popular stacks for building web applications.</p>



<p><strong>Here are the FAQs on <a href="https://www.devopsschool.com/certification/agile-developers.html" target="_blank" rel="noreferrer noopener">Full Stack Developer</a></strong>:</p>



<p><strong>Is a full-stack developer a good career?</strong></p>



<p>Yes, a full-stack developer is a good career option if you are handling the front-end as well as the back-end of the product application. In present times more and more employers are willing to hire such skilled workers with multiple skill sets. The career scope of a full-stack developer is full of opportunities for learning and growth.</p>



<p><strong>What is the full-stack developer’s salary?</strong></p>



<p>A full-stack developer salary in India is approximately ₹ 582,659 / year.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/">How to become a Full Stack Developer?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-become-a-full-stack-developer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to YouTube video URL embed</title>
		<link>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/</link>
					<comments>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 13:22:15 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[blade]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15236</guid>

					<description><![CDATA[<p>First let’s go to your laravel project and your blade file Next add below code in your blade file Next add below code in your Controller and <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">How to YouTube video URL embed</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>First let’s go to your laravel project</strong> <strong>and your blade file </strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="792" height="537" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your.jpg" alt="" class="wp-image-15240" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your.jpg 792w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your-300x203.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your-768x521.jpg 768w" sizes="auto, (max-width: 792px) 100vw, 792px" /></figure>



<h3 class="wp-block-heading"><strong>Next add below code in  your blade file</strong></h3>



<script src="https://gist.github.com/dharmu9898/60a761359b2efeda6aca9a074cdbde8c.js"></script>



<p><strong>Next add below code in your Controller and your store function file</strong></p>



<script src="https://gist.github.com/dharmu9898/ff7a7724ba5658c6db9563b502ef512d.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="574" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-1024x574.jpg" alt="" class="wp-image-15246" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-1024x574.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-300x168.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-768x431.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed.jpg 1040w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">How to YouTube video URL embed</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What Is PHP? &#124; Introduction to PHP Programming &#124; Learn PHP Programming</title>
		<link>https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/</link>
					<comments>https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 12:44:29 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programmimg]]></category>
		<category><![CDATA[Scripting language]]></category>
		<category><![CDATA[server-side]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15171</guid>

					<description><![CDATA[<p>What is PHP PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML. PHP stands <a class="read-more-link" href="https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/">What Is PHP? | Introduction to PHP Programming | Learn PHP Programming</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>What is PHP</strong></h3>



<p>PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML.</p>



<p>PHP stands for Hypertext Preprocessor but it’s original name, Personal Home Page. It was created by Ramsum Lerdorf in 1994.</p>



<p>PHP runs on various platforms Windows, Linux, Unix, Mac OS X, etc.</p>



<p>PHP is compatible with almost all servers Apache, IIS, etc.</p>



<p>At Present in 2017 Php 7.2.0 is latest version of PHP</p>



<p>PHP File Extension .php</p>



<h2 class="wp-block-heading"><strong>What we can do with PHP</strong></h2>



<ul class="wp-block-list"><li>Generate Dynamic Page</li><li>Handle button clicks, radio button</li><li>Create Database Application</li><li>Client/server Application</li><li>Student Registration</li><li>Online Course</li><li>Online Shopping cart</li><li>Chat Rooms</li></ul>



<h2 class="wp-block-heading"><strong>Example</strong></h2>



<script src="https://gist.github.com/dharmu9898/90348fb1b5c47f9ad2995a4364e2ac69.js"></script>



<h3 class="wp-block-heading"><strong>How PHP Works</strong></h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="905" height="441" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/php-work.jpg" alt="" class="wp-image-15182" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/php-work.jpg 905w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/php-work-300x146.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/php-work-768x374.jpg 768w" sizes="auto, (max-width: 905px) 100vw, 905px" /></figure>



<h3 class="wp-block-heading"><strong>Development Environment</strong></h3>



<ul class="wp-block-list"><li>Operating System – Windows, Linux, Mac etc.</li><li>Web Server – XAMP, WAMP, MAMP etc. §XAMP – Apache + MariaDB + PHP + Perl</li><li>Editor/IDE – NotePad, NotePad ++, NetBeans, Brackets, Eclipse etc.</li><li>Web Browser – Chrome, Firefox etc.</li></ul>



<h3 class="wp-block-heading"><strong>Basic Structure of PHP</strong></h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="932" height="390" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/struture-1.jpg" alt="" class="wp-image-15185" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/struture-1.jpg 932w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/struture-1-300x126.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/struture-1-768x321.jpg 768w" sizes="auto, (max-width: 932px) 100vw, 932px" /></figure>



<h3 class="wp-block-heading"><strong>Basic Structure of PHP</strong></h3>



<script src="https://gist.github.com/dharmu9898/1860c1ee30d7f3c1c32ac683d03b9006.js"></script>



<h2 class="wp-block-heading">How to Run PHP on LocalHost</h2>



<h4 class="wp-block-heading"><strong>Development Environment</strong></h4>



<ul class="wp-block-list"><li>Operating System – Windows, Linux, Mac etc.</li><li>Editor/IDE – NotePad, NotePad ++, NetBeans, Brackets, Eclipse etc.</li><li>Web Browser – Chrome, Firefox etc.</li></ul>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/">What Is PHP? | Introduction to PHP Programming | Learn PHP Programming</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/what-is-php-introduction-to-php-programming-learn-php-programming/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
