I am trying to create a website for my fire department that has a search box for building number.

I have a search box on my webpage, and I have all the data that I need in a folder.  Not sure how to link the data to the search box.  The desire is when a user selects a number( say 100) then it will display the cover sheet, and links to the drawings associated with that number. I have all documents (cover sheets & drawings) in pdf format. Any assistance will be greatly appreciated.

Simple Site Search:
http://php.about.com/od/phpwithmysql/ss/php_search.htm
Setting up a PHP environment in Dreamweaver
http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
Building your first dynamic website – Part 1: Setting up your site and database connection
http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
Best of luck with your project!
Nancy O.

Similar Messages

  • I work for a funeral home that has used Photoshop CS2 for years.

    I work for a funeral home that has used Photoshop CS2 for years.  Within this program, we were able to upload a background "file" with themes - i.e., spring flowers, fall leaves, etc.  We would scan in pictures given to us by the deceased's family and "place" these on top of the background slide.  We then used a software program, Nero, to create a slide show with music to play during the viewing.  I've spent some time looking over the products and do not see one that will allow us to continue this very simple practice.  I would appreciate the opportunity to speak to someone about this.  Thank you.

    Newer versions of Photoshop have new feature that CS2 does not have. However CC 2014 like CS2 does not have a slide show with sound feature.  I have a Windows 7 Pro system. Have CS2, CS6, CC and CC 2014 installed.  You need and Updated CS2 Installer to install CS2 on windows.  CS2 is a 32 bit Photoshop there is no CS2 version that will run on new Mac computers their 64 Bit OS offered no 32bit options.
    A $10 a month subscription will keep up to date with the latest Photoshop.  Your other option is to buy CS6 for $700.  CS6 is no longer supported it just marketed as is.

  • Looking for a clock radio that has a USB slot for an old iPod shuffle (white).

    Any suggestion?

    Here are a few suggestions.  Just make sure that it's compatible with your model iPod.
    iPod Clock Radio
    If you are unsure of exactly what model and generation you own, see this article.
    Identifying iPod models
    B-rock

  • In oneasset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset i

    in on asset class i have created 2 assets by using of aso1 after that i acquired one asset for that i run the depreciation for first 5 periods, it has been showing depreciation for those period but if i am trying to run the depreciation for second asset it is not showing first 5 periods why it is not showing? Is there any reason?

    Hi
    Repeat run you can do only for the last depreciation period. For the asset which you are tryin to post depreciation from July to Jan, please check the asset value date which you have given while posting the transactions or in the asset master.
    If the asset value date is in July, then deprecaition from July - Jan will get posted in the current month depreciation in total. You will not be able to post depreciation individually month wise using AFAB.
    REgards
    Malathi

  • When I type any website like wikipidia or linkedIn that has initial page names as Home, I am going to some unknown website. It is happening for many other websites like yahoo, timesofindia, etc. Please help me, because I am unable to find root cause.

    When I type any website like wikipidia or linkedIn that has initial page named as Home, I am going to some unknown website. It is happening for many other websites like yahoo, timesofindia, etc. Please help me, because I am unable to find root cause.

    Apple does not give away its products.
    Unless you are the 1,000th person to show up at a new Store and Tim Cook is there and his assistant is filming you to be posted on their Home Page.
    That is yet another FaceBook SCAM.

  • Adobe Widget browser "Google Map" Search box for address

    First of all I would like to thank Zizzer Zazzer for this google map. I ts really very helpful for the website. I was wondering if this is possible to add text search box for the address in google map? I was trying my self and tried with geocode with no success.If any one of you know about this then plz let me know. Here is my code
    <input type="text" id="search_address" value="" size="98"/>
    <button onclick="search();">Search</button>
      <div id="mapCanvas" style="width:100%; height:100%; min-width:300px; min-height:300px"></div>
    <script type="text/javascript">
    // initialize the google Maps 
         function initializeGoogleMap() {
      // set latitude and longitude to center the map around
      var latlng = new google.maps.LatLng(37.77,
               -122.4);
      // set up the default options
      var myOptions = {
        zoom: 8,
        center: latlng,
        navigationControl: true,
        navigationControlOptions:
         {style: google.maps.NavigationControlStyle.DEFAULT,
        position: google.maps.ControlPosition.TOP_LEFT },
        mapTypeControl: true,
        mapTypeControlOptions:
         {style: google.maps.MapTypeControlStyle.DEFAULT,
        position: google.maps.ControlPosition.TOP_RIGHT },
        scaleControl: true,
         scaleControlOptions: {
              position: google.maps.ControlPosition.BOTTOM_LEFT
        mapTypeId: google.maps.MapTypeId.ROADMAP,
        draggable: true,
        disableDoubleClickZoom: false,
        keyboardShortcuts: true
      var map = new google.maps.Map(document.getElementById("mapCanvas"), myOptions);
      if (true) {
       var trafficLayer = new google.maps.TrafficLayer();
       trafficLayer.setMap(map);
      if (true) {
       var bikeLayer = new google.maps.BicyclingLayer();
       bikeLayer.setMap(map);
      if (true) {
       addMarker(map,37.7715,-122.4,"We are here");
       window.onload = initializeGoogleMap();
      // Add a marker to the map at specified latitude and longitude with tooltip
      function addMarker(map,lat,long,titleText) {
        var markerLatlng = new google.maps.LatLng(lat,long);
       var marker = new google.maps.Marker({
            position: markerLatlng,
            map: map,
            title:"We are here",
       icon: ""});  
      var addressField = document.getElementById('search_address');
    var geocoder = new google.maps.Geocoder();
    function search() {
        geocoder.geocode(
            {'address': addressField.value}, 
            function(results, status) { 
                if (status == google.maps.GeocoderStatus.OK) { 
                    var loc = results[0].geometry.location;
                    // use loc.lat(), loc.lng()
                else {
                    alert("Not found: " + status); 

    Come on guys....!!Any one here to answer or any one knows about it?

  • Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    We are trying to determine why alert boxes are not modal
    The fix states it's for Firefox 2.0 - 3.7a1pre
    We are using 3.0.6 not the current version of 3.6.13.
    Add-on release notes 2.16.1
    https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/versions/
    Repeating 2.16 release notes since 2.16 was not made available for more than a couple of hours
    Fixed bug whereby some alert boxes weren't properly parented/owned. This led to some alerts not being properly modal
    with respect to the window/dialog that issued the alert.

  • Please Help - I am looking for an mp3 player that has the following features

    Hi, I am looking for an mp3 player that has the following features:
    1) Either a 30GB or more HDD, OR a sd OR a micro SD card slot for a 2GB card. (Note, I can buy an adapter so my sd cards fit into a compact flash slot. However, I did look at the Zen Vision M but I didn't see how to delete tracks from?my playlists.)
    2) I need to be able to delete tracks in my playlists that I create in Windows Media Player (.wpl or .m3u format).
    3) I need to be able to copy these updated playlists back to my pc, either with the usb cable or SD / microSD card.
    Which products meet my needs? I li've in California, USA.
    Thanks,
    Rick

    Thanks! I did not know that. I have been looking for an mp3 player for a long time & did not realize the one I wanted was right in front of my nose! [ at Walmart]

  • I have 3 PC's.  Two of them I use at 2 different locations and only use them 6 months a year.  So, if I have Icloud for my calendar, and turn on a computer that has not been used for 6 months, does all the old information on that computer to go Icloud?

    I have 3 PC's.  Two of them I use at 2 different locations and only use them 6 months each year.  When I turn on a computer that has not been used for 6 months, does all of the old information from that computer end up in Icloud?  Does Icloud push all the new calendar and contact items over the old items?

    A reset may help. Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

  • I need to add a secondary hard drive to my time capsule. Can something that has been set up for a windows machine work without re-formatting?

    I need to add a secondary hard drive to my time capsule. Can something that has been set up for a windows machine work without re-formatting?

    In addition to Niel's comments, if you plan to use Time Machine to backup a Mac to the secondary drive.....that application needs a drive that has been specifically formattted for Mac.  That would be Mac OS Extended (Journaled).
    PCs can also read and write to the Mac formatted drive.

  • How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    I have the same problem with my iPhone.  I set up a recurring calendar event for every Thursday.  That event is no longer happening during the summer, so I went in and chose one from the current month and selected Delete.  Then it gve me two choices, one of which was to Delete All Future Events of this one, and that's what I chose.  I figured, this way, I'll still be able to see the ones from the past, but won't have to see (or hear the alert) for the future ones.
    The following week, my phone alerted me to the appointment, and even showed it on the initial screen, even though it wasn't in the calendar.  I went in to the calendar and NOTHING was scheduled for that day.  So why is this happening?
    So I set up a new recurring event, for in the past, then went in and deleted all furture occurances, and it did the same thing... still alerted to an event that was no longer in the calendar.
    I hope somebody else has found a fix, or at least a reason for why this is happening.

  • Where can I find a retail copy of MAC OSX Snowleopard, that has all the drivers, for both desktop and Laptops?

    Where can I find a retail copy of MAC OSX Snowleopard, that has all the drivers, for both desktop and Laptops?

    No. 10.6.3 was the last retail release of Snow Leopard. Download the 10.6.8 Combo updater and put it on a flash drive to make it easier to install the largest part of the update.
    Also, don't push the same disk image of SL to your Macs unless they are exactly the same model as it was originally installed on. The wrong hardware drivers will otherwise be in use.

  • I am trying to download elements 5.0 onto my laptop that has windows seven. I get the message error 1335'data1.cab' missing. What can I do to get this to instal?

    I am trying to download elements 5.0 onto my laptop that has windows seven. I get the message error 1335'data1.cab' missing. What can I do to get this to instal?

    It looks like the CD is damaged.  You could try copying the entire CD on to your hard disk in a temporary folder and then launch the setup.exe file by double clicking on it.
    Can you do this?  Please post back.
    Whether 5 can run in Windows 7 is something I don't know.  You just have to try it.

  • I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    The external DVD/CD Writer will Not appear on your desktop when you attach it to your iMac.  It will appear in "Finder", which is in your Dock.
    Hope this helps

  • I purchased a book through iTunes and it downloaded. I synced with my iPad. It shows the book is downloading but that has been going on for two hours and i still can't open the book.

    I purchased a book through iTunes. I then synced my iPad and went to iBooks. I clicked on the book and it shows downloading but that has been going on for almost two hours and i still can't open the book. What gives? I have done this before no problem.

    Try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account (Store > View My Apple ID on iTunes 11) and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that book, click the arrow to the left of it, click the 'Report a Problem' button :
    and then the 'Report a Problem' link on its line :
    and select 'inadvertently purchased' as the problem and fill in the details (iTunes support should reply within, I think, about 24 hours).
    Or you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

Maybe you are looking for

  • Adding Metadata in Illustrator 10?

    Hi All, Fairly new to Illustrator here. I've designed some work for a company that produces organic beauty products, and I need to embed some information within my files - especially before they go to be printed as product labels. I'm using Illustrat

  • System / transport acknowledgement

    Is it possible to view the System / transport acknowledgement for a message that was sent out from XI in the XI Message Monitor? If yes, how? Thanks.

  • Ipod can not be synched even after the "Reset Utility" has been run

    Mt second generation ipod was working fine for about two weeks and then it just stopped working. It won't charge, it won't synch, nothing. I ran the Reset Utility software downloaded from the Apple website and I get this error message "the ipod "name

  • InfoPath 2013 form will not open in browser

    Greetings All, I have a scenario where I have created a InfoPath 2013 form and it will not open in the browser; it always opens it in the rich InfoPath client. The only thing I have done differently here is to apply a content type, from the content t

  • Email notification from Dynamic 'From' address

    Hi, Can we send emails using Email activity from a dynamic 'From' address? i.e. based on value of a BPEL variable? I have tried this but always taking from the default From account defined in the Workflow Notification Properties under SOA-Infra-> SOA