Search database fields using single text field

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Search database fields using single text field

    Kindly advise on how to develop a database search page such that there is
    single text field to enter serach string and the results are shown on the
    same page.
    ALso guide if there is any extension available for achieving the above.


    S Guest

  2. Similar Questions and Discussions

    1. Solution for the question: Select a single word in a text field after a search
      In Filemaker 6: Define a global field named "gSearched_word" to store word that you want to find. Make a script to enter in find mode as below:...
    2. Search options with text fields
      Hi all, I am working on a search page and so far things have gone well. The question is this. I have a search form with two text fields. The...
    3. form: single line -- multiple text boxes -- one typing field - how?
      please excuse my ignorance. am a newbie. I saw a fillable form, that shows:- a single line with multiple text boxes for entering each letter of a...
    4. concat fields then search the new field
      how would I concatenate several fields from a record set then search the new field for individual keywords ? something like: Dim theArray ...
    5. Select a single word in a text field after a search
      in article PvMJa.17242$dP1.32589@newsc.telia.net, nisse@nisse.se at nisse@nisse.se wrote on 6/23/03 4:59 PM: If you're on the Mac sind, and...
  3. #2

    Default Search database fields using single text field

    advise on how to develop a database search page such that there is single
    text field to enter search string and the results are shown on the same
    page.
    Also guide if there is any extension available for achieving the above.


    S Guest

  4. #3

    Default Re: Search database fields using single text field

    I understand what you say.
    What I am looking for is a wizard or an extension which creates the form, as
    well as writes the SQL string and also generates the results page
    (preferably on the sarch page itself).
    I am looking for a google like solution where the site homepage has one text
    field, and users can search for all the fields of a database to give results
    on the same page.

    Please help.

    "malcster2" <webforumsuser@macromedia.com> wrote in message
    news:gg9g8b$lf9$1@forums.macromedia.com...
    > the simplest way of doing it is to have an input box and a submit button
    > in a
    > form,
    >
    > when the submit button is pressed, the text in side the input box is
    > posted to
    > a variable.
    >
    > the variable is then inserted into a mysql select statement, and the
    > results
    > are then echoed to the screen.
    >
    > all of this using php.
    >
    >
    >
    >

    S Guest

  5. #4

    Default Re: Search database fields using single text field


    "S" <uandme72@yahoo.com> wrote in message
    news:gg9h9e$mns$1@forums.macromedia.com...
    >I understand what you say.
    > What I am looking for is a wizard or an extension which creates the form,
    > as well as writes the SQL string and also generates the results page
    > (preferably on the sarch page itself).
    > I am looking for a google like solution where the site homepage has one
    > text field, and users can search for all the fields of a database to give
    > results on the same page.
    then why not just use Google's search tool on the site?


    Hunter Elliott Guest

  6. #5

    Default Re: Search database fields using single text field

    Google search does search only the text portion of the site pages. What we
    want is searching all the fields of the database which can be done only by
    search page.



    "Hunter Elliott" <nospam@gatewaycity.com> wrote in message
    news:gg9p02$2ig$1@forums.macromedia.com...
    >
    > "S" <uandme72@yahoo.com> wrote in message
    > news:gg9h9e$mns$1@forums.macromedia.com...
    >>I understand what you say.
    >> What I am looking for is a wizard or an extension which creates the form,
    >> as well as writes the SQL string and also generates the results page
    >> (preferably on the sarch page itself).
    >> I am looking for a google like solution where the site homepage has one
    >> text field, and users can search for all the fields of a database to give
    >> results on the same page.
    >
    > then why not just use Google's search tool on the site?
    >
    >

    S Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139