PDA

View Full Version : fill other fields


glmcps295424
05-12-2009, 03:19 PM
Using php, DW CS3, MySQL

on a insert page have a drop down field where I select a description. The file for the drop down also contains two more fields, starttime and endtime. How do I file these fields when a description is selected from the drop down. php? javascript?

Don't know where to start.

Suggestions appreciated.

Thanks for your time,

Gregg

Ray Borduin
05-12-2009, 05:04 PM
You could use php or javascript, or a combination of the two. The preferred method these days is AJAX.