Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Emilio Azeri webforumsuser@macromedia.com #1
Search help
Hi everyone there !
I have created my presentation wich contains a lot of text. I wanna now to put a SEARCH button so the users may easily find what they look for. But I don't know the workflow where and what should I start with...
Please help who knows the way
Thx !
Emilio Azeri webforumsuser@macromedia.com Guest
-
ANN: InterAKT Site Search - search in multiple tables
Hello, We have just released a new product, MX Site Search, meant to help web developers and designers create a search form in their dynamic... -
#25786 [NEW]: PHP website uses cookies to remember last search phrase in search box
From: tipsen at imada dot sdu dot dk Operating system: - PHP version: Irrelevant PHP Bug Type: Unknown/Other Function Bug... -
Search within Search Results
I am trying to do a search within query results: My first search executes fine, but my second search uses the WHERE parameters of my first... -
search box HELP!
One of these should do:- http://perso.planetb.fr/newton/#text http://tinyurl.com/m2zm Andrew Morton -
XP Search - how to not search inside .ZIP files
Is there any way to make the Windows Explorer Search facility not search the contents of .ZIP files? -
JPrice #2
Re: Search help
There are several ways you can do this. One way would be to look at
Integration New Media's V12 DBE xtra. They have a 'spider' that will
generate a database with all your text and allow the user to search.
You could also set up a database manually and write a search behavior.
Judy
"Emilio Azeri" <webforumsuser@macromedia.com> wrote in message
news:bsrntg$lm3$1@forums.macromedia.com...put a SEARCH button so the users may easily find what they look for. But I> Hi everyone there !
>
>
> I have created my presentation wich contains a lot of text. I wanna now to
don't know the workflow where and what should I start with...>
> Please help who knows the way
>
> Thx !
>
>
JPrice Guest
-
hope@hope.com #3
Search Help
Hi
This is my problem
1.....I have a msql data base
2.....A user can reg to the data base
3.....Once they reg they then can post pic to the data base
Now what i want is a php script to look for all users who have NOT posted any pic to the data base and delete them
layout of data base is
Favorites_link
Form_to_Email_log
Mailing_Lists_idx
Mailing_Lists_list
Mailing_Lists_log
Mailing_Lists_pending
Reviews_data
ad
admin
admin_login
banned_ip
category
expense
hw_settings
modules
payment_log
payment_pending
price_plan
price_plan_category
register
related_cat
related_links
reserved_field
session
user
As always, any and all help is greatly appreciated.
Thank you in advance.
John
hope@hope.com Guest
-
dosima #4
search help
hi
i am creating a search menu
the user can select from a drop down box whether they want to select by movie
or actor. then they can enter there search in the text field.
at the moment all the results are showing, how do i make it so it searches the
search criteria for that particular item they select from the drop down menu.
also how can i make it so users dont have to search by typing the exact word
dosima Guest
-
Drew #5
Re: search help
You need to filter your database on the results page. Say you have 2 form
fields, 1 text box named searchterm and one dropdown with the choices of
movie and actor named category. On the results page your query should look
something like this,
SELECT fields
FROM table
WHERE field LIKE '%varsearchterm%' AND catfield = 'varcategory'
Then setup your parameters like this,
varsearchterm 0 Request.Form("searchterm")
varcategory 0 Request.Form("category")
Change Request.Form to Request.Querystring if you are using GET instead of
POST.
HTH,
Drew
"dosima" <webforumsuser@macromedia.com> wrote in message
news:d3e1p8$o7g$1@forums.macromedia.com...> hi
>
> i am creating a search menu
> the user can select from a drop down box whether they want to select by
> movie
> or actor. then they can enter there search in the text field.
>
> at the moment all the results are showing, how do i make it so it searches
> the
> search criteria for that particular item they select from the drop down
> menu.
>
> also how can i make it so users dont have to search by typing the exact
> word
>
>
>
Drew Guest
-
Ken #6
Search Help
I have always used Atomz search, but this customer does not want sponsored
links. What is some good software for site searches for both static pages
and dynamic ones. I don't mind paying for this software if its a good
product. Thanks for your help.
Ken Guest



Reply With Quote

