<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amine Saissi Hassani</title>
    <description>The latest articles on DEV Community by Amine Saissi Hassani (@aminesaissihassani).</description>
    <link>https://dev.to/aminesaissihassani</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F651920%2F446ac673-08d5-40e1-84d5-0adb221c9162.jpeg</url>
      <title>DEV Community: Amine Saissi Hassani</title>
      <link>https://dev.to/aminesaissihassani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aminesaissihassani"/>
    <language>en</language>
    <item>
      <title>Difference between include, require, include_once and require_once in PHP</title>
      <dc:creator>Amine Saissi Hassani</dc:creator>
      <pubDate>Mon, 02 Aug 2021 09:33:50 +0000</pubDate>
      <link>https://dev.to/aminesaissihassani/difference-between-include-require-includeonce-and-requireonce-in-php-48ok</link>
      <guid>https://dev.to/aminesaissihassani/difference-between-include-require-includeonce-and-requireonce-in-php-48ok</guid>
      <description>&lt;p&gt;First of all we should know what is the difference and similarity between include() and require(), include() and require() are used to include other files into a PHP file, and the difference between them are the include() generates a warning when there is an error, but the script will continue execution, otherwise, the require() generates a fatal error, and the script will stop.&lt;/p&gt;

&lt;p&gt;The require_once() statement is similar to require() except require_once() will check if the file has already been included, and if so, it will not require it again, same with include_once().&lt;/p&gt;

</description>
      <category>php</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
