Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
nfr816 #1
Dreamweaver/PHP
Hi -
I want to be able to do is produce a list which is defined by specific
criteria. So, for example, I'd like a drop down box which contains the
following:
<select> ...
All
Company 1
Company 2
Company 3
... </select>
The user selects one of the options and the page is refreshed with the data.
So, for example:
"All" would call the query "select * from table"
"Company 1" would call the query "select * from table where company = 'Company
1'"
"Company 2" would call the query "select * from table where company = 'Company
2'"
"Company 3" would call the query "select * from table where company = 'Company
3'"
Instead of calling a new page I would like the target page to be the exisitng
page. Is this possible in DMX/PHP? Is there an extension?
Regards,
Neil.
nfr816 Guest
-
CF8 Help in Dreamweaver CS3
Does anyone know how to configure Dreamweaver CS3 to show CF8 help when I hit F1 while I have a CF tag highlighted? Thanks so much for any help. ... -
Dreamweaver PLEASE
ok, I am sort of new to the design world. I have designed plenty of sites using dreamweaver an photoshop on my computer and uploading them to a... -
FW->Dreamweaver->web
Did you remember to also upload the external JavaScript file (.js)? Win ------------ On Mon, 8 Sep 2003 17:34:40 +0000 (UTC), "sanvito"... -
Will a webpage designed in Dreamweaver 4 be compatible with Dreamweaver MX?
Will a web page designed with Dreamweaver 4 and Fireworks 4 be compatible with the MX versions of Dreamwever and Fireworks? We have one PC with... -
Dreamweaver bug..
Hey, I found a bug in dreamweaver mx. I'm not sure what it is, but whenever i use dw for over an hour, the characters i type in the code section... -
greg66 #2
Re: Dreamweaver/PHP
Is this what you are looking for? There are Javascript versions, Google "chained selectors":
[url]http://www.zend.com/zend/tut/drop-down.php[/url]
Greg
greg66 Guest
-
phillip baker #3
Re: Dreamweaver/PHP
i have a PHP form i dreamweaver i can get it to submit the information to a sql database but how do send the contacts to a email address
phillip baker Guest
-
nfr816 #4
Re: Dreamweaver/PHP
Hi -
No. The effect that I want is the one produced by the form box at the top of
this forum which enables the user to switch the format in which the topic is
viewed between linear, threading, singluar, and branch. Only when the page is
first accessed I'd like a list to be produced from the SQL "select * from
table" and when the user selects the relevant option from the list, the page is
updated with the data returned from the relevant SQL, e.g.
List contains:
All
Red
Blue
Green
The first page would be the result of "select * from table". The "red" page
would be the result of "select * from table where color = 'red'". And so on.
Is this possible?
Regards,
Neil.
nfr816 Guest



Reply With Quote

