<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    We, on this list, are not here to build or write your application
    for you. <br>
    However, a few key points should help you:<br>
    <ol>
      <li>WMS transfers an image to the browser. There is not inherent
        data in that image.</li>
      <li>You will need the actual data for a feature or features to do
        what you describe you want to do</li>
      <li>There are a number of ways to get the data, you will have to
        choose what is best for you:</li>
      <ul>
        <li>WMS GetFeatureInfo - click or hover on the map and a request
          is sent to the WMS server and a response is sent back with 1
          or more features from 1 or more layers depending on if you
          actually "hit" a feature and if you requested data from only 1
          or several layers at once.</li>
        <li>WFS GetFeature - similar idea as above, but the request
          itself tends to be simpler</li>
        <li>Vector features retrieved through WFS protocol either all at
          once (Fixed strategy) or view limited (BBOX strategy)</li>
      </ul>
      <li>You will need some other service on the server to allow you to
        talk to the MySQL server. This is totally out of scope for the
        OpenLayers list and you can do that in whatever way, framework,
        and language works for you.</li>
    </ol>
    <p>Hope that helps point you in the right direction to do your own
      investigations and application development.<br>
    </p>
    <p>Matt Priour<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 12/14/2012 4:57 AM, Shariful Islam
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1355482666.24427.YahooMailNeo@web121103.mail.ne1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:Courier
        New, courier, monaco, monospace, sans-serif;font-size:12pt">
        <div id="yiv979561685">
          <div>
            <div
              style="color:#000;background-color:#fff;font-family:Courier
              New, courier, monaco, monospace,
              sans-serif;font-size:12pt;">
              <div>Hi all ,</div>
              <div> It may be very basic question for you,but i am in
                suspense with it.</div>
              <div><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;">I
                have a postgis shapefile loaded as <span
                  style="color:rgb(255, 0, 0);">WMS</span> in
                geoserver.This shapefile (through geocode field in
                attribute table) has many more interrelated tables
                located in mysql.</div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;"><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;">Now

                i want to build some form (multi 5-10,one form options
                selection sorts the following form options and thus goes
                to the last form - just going in deep) in openlayers
                that will query the mysql.</div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;"><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;"><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;">In
                this scenario what to do.</div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;"><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;">Plz
                response</div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;"><br>
              </div>
              <div style="color:rgb(0, 0,
                0);font-size:16px;font-family:Courier New, courier,
                monaco, monospace,
                sans-serif;background-color:transparent;font-style:normal;">Thanks
                in advance.</div>
            </div>
          </div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>