<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1062501" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1062501</link>
    <description></description>
    <language>en</language>
          <item>
    <title>You will need a server side</title>
    <link>https://www.webmaster-forums.net/web-database-development/pictureinformation-database#comment-1290113</link>
    <description> &lt;p&gt;You will need a server side language for this. Pretty much any can accomplish this, but I prefer PHP. If you go that route, check out &lt;a href=&quot;http://www.phptherightway.com/&quot; title=&quot;http://www.phptherightway.com/&quot;&gt;http://www.phptherightway.com/&lt;/a&gt; and read through at least the first two columns worth of information. It will seem like a lot, but you will be so far ahead by learning correct ways now. &lt;/p&gt;
&lt;p&gt;Basically, you will need to have a database, set up with fields for the person&#039;s name, and then also usually another field that lists what file in a directory of images is related to it.&lt;/p&gt;
&lt;p&gt;You have a form that people submit, then using that submitted information (via $_POST variable) call a search (query) of the database looking for that name [if you don&#039;t read anything else on the above site, make sure you read the database section, that is a big area where poorly written code can make your site hackable].&lt;/p&gt;
&lt;p&gt;If there is a match in the database, it will return the field with the image name, so you echo out (give source code to the browser) an &lt;img /&gt; tag using that file name to display (with appropriate directory in front, such as /images/)&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Nov 2015 06:07:14 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1290113 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
