Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
S #1
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
-
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:... -
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... -
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... -
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 ... -
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... -
S #2
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
-
S #3
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
-
Hunter Elliott #4
Re: Search database fields using single text field
"S" <uandme72@yahoo.com> wrote in message
news:gg9h9e$mns$1@forums.macromedia.com...then why not just use Google's search tool on the site?>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.
Hunter Elliott Guest
-
S #5
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



Reply With Quote

