<?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: AI E8</title>
    <description>The latest articles on DEV Community by AI E8 (@labslingua).</description>
    <link>https://dev.to/labslingua</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%2F316048%2Ffe00fcee-fbe7-49fa-90ea-b891789144b0.png</url>
      <title>DEV Community: AI E8</title>
      <link>https://dev.to/labslingua</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/labslingua"/>
    <language>en</language>
    <item>
      <title>PHP MYSQL URL Filtering</title>
      <dc:creator>AI E8</dc:creator>
      <pubDate>Mon, 13 Jan 2020 07:49:28 +0000</pubDate>
      <link>https://dev.to/labslingua/php-mysql-url-filtering-3i0k</link>
      <guid>https://dev.to/labslingua/php-mysql-url-filtering-3i0k</guid>
      <description>&lt;p&gt;Hi everyone.&lt;br&gt;
I have a database that I would like the user to be able to filter using a drop down which will then take the user to a new page with the filtered parameters carried on the URL. Example:&lt;/p&gt;

&lt;p&gt;Database contains 3 columns (Spain, France, Germany),  rows are cities such as:&lt;br&gt;
For Spain: Madrid, Barcelona&lt;br&gt;
For France: Paris, Marseille&lt;br&gt;
For German: Berlin, Koln&lt;/p&gt;

&lt;p&gt;I would like that when the user picks using a drop-down: Spain and France, they will be taken to a URL such as: &lt;a href="http://www.example.com/country=france&amp;amp;country=spain"&gt;www.example.com/country=france&amp;amp;country=spain&lt;/a&gt; &lt;br&gt;
in that link they will see only France and Spain and their city in a table. &lt;br&gt;
So total will be 3 elements: (mysql database, page1 with drop down list, page2 with table with the filtered data). &lt;br&gt;
Can anyone help with this? Thank you so much!!!&lt;/p&gt;

</description>
      <category>php</category>
      <category>mysql</category>
      <category>url</category>
      <category>filtering</category>
    </item>
  </channel>
</rss>
