<?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: MESSONE</title>
    <description>The latest articles on DEV Community by MESSONE (@jasonxmesonne).</description>
    <link>https://dev.to/jasonxmesonne</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%2F1260318%2F2d5a8e9a-99c2-4665-99af-4437453a530a.png</url>
      <title>DEV Community: MESSONE</title>
      <link>https://dev.to/jasonxmesonne</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jasonxmesonne"/>
    <language>en</language>
    <item>
      <title>comment fonctionne une variable</title>
      <dc:creator>MESSONE</dc:creator>
      <pubDate>Thu, 01 Feb 2024 15:53:11 +0000</pubDate>
      <link>https://dev.to/jasonxmesonne/comment-fonctionne-une-variable-567p</link>
      <guid>https://dev.to/jasonxmesonne/comment-fonctionne-une-variable-567p</guid>
      <description>&lt;p&gt;aujourd'hui je viens montrés comment fonctionne une variable en PHP, c'est quoi une variable ?&lt;br&gt;&lt;br&gt;
une variable c'est quelque chose qui dispose d'un nom, d'un type et qui stocke une ou plusieurs valeurs. en PHP  c'est un language d'équipage  faible et dynamique.C'est-à-dire que lorsqu'on va déclarer une variable dans notre code, on ne va pas spécifier son type dont on peut très bien mettre comme première valeur un entier, puis affecté à cela une chaine de caractère. PHP ne pourra pas nous mettre une erreur, car c'est possible.la syntaxe d'une variable.&lt;br&gt;
une variable commence forcément par $ en PHP suivi du nom. pour les noms, nous ne devons pas laisser des espaces au tiret et il ne peut pas avoir des chiffres juste après le $, on peut mettre des chiffres mais pas après le caractère $ c'est impossible. vous pouvez le tester sur visual studio code, comme on l'a dit:$variable = 18, le 18 est la valeur affectée à la variable,&lt;br&gt;
on va pouvoir l'afficher par exemple : écho $variable; ensuite on part sur notre programme, on l'actualise et vous verrez bien sûr la valeur de la variable.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Learning how to Fonctionnement d'un site web</title>
      <dc:creator>MESSONE</dc:creator>
      <pubDate>Fri, 26 Jan 2024 19:37:43 +0000</pubDate>
      <link>https://dev.to/jasonxmesonne/fonctionnement-dun-site-web-4eg5</link>
      <guid>https://dev.to/jasonxmesonne/fonctionnement-dun-site-web-4eg5</guid>
      <description>&lt;p&gt;Hello family, I’m here to talk to you about my technological advances. I learned that there are two main types of website; the static site that does this from HTLM and CSS languages, which has no database, which has no dynamic content and which is updated by the webmaster.the second type of site is the dynamic site; which is complex to realize, but much more convenient. which does in PHP, SQL, JAVA SCRIPT. that has a database, dynamic content, and updates automatically. I’ll stop there for today, next time I’ll tell you more. thank you&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
