Ask a Question related to Dreamweaver AppDev, Design and Development.
-
canujus #1
simple search
Please help i have dreamweaver mx and mysql,php4,apache.
i need to make a search page that a person adds keywords and it searches 1
table with the details .i can do the form for the search but is it post or get.
for the results page what is the coding or the filtering that i need
thanks
steve the newbie
canujus Guest
-
HELP! Question regarding a SIMPLE search!
I already posted this in the general discussion board but havent gotten a response: Alright guys, thanks in advance. I am fairly new to... -
Simple search extension
I notice that the Simple Search extension which I got for DMMX was uopdated for MX2004. Does anyone know if there is an update for DW8?:confused; -
Simple Google search
I'm trying to develop a search page for my website, but rather than using Verity I want to use Google. I have a search box in my cfm.dwt.template... -
create a simple search
Simple search... Can any one give me how to start a basic search in cf.? The directory I want to search through is on another server.. Any help... -
HELP! Simple website search
I want to add a search facility to my site. How do i go about this? Thanks in advance, JimR99 -
gareth #2
Re: simple search
I would use the POST method for the form (GET sends the data through URL,
and this can easily be manipulated by the user, and there is a limit to how
much data can be sent).
Use the recordset builder in simple mode, and check the $_POST array for the
data sent through the form.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest



Reply With Quote

