RE: [PHP] How do I display variables in text boxes when the value of a drop down menu changes?

2002-02-05 Thread Martin Towell
ng" remember, to get the vars back to php, you'll need to make a request to the server using one of serveral methods hope that helps Martin -Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 9:00 AM To: php list Subject: [PHP] How do I dis

[PHP] How do I display variables in text boxes when the value of a drop down menu changes?

2002-02-05 Thread Don
Hi, I have a PHP script that displays a form. On one section of the form, there is a drop down menu followed by a few text boxes. I'd like to alter the values of the text boxes when the user changes the selection in the dropdown menu. What I've done is create 10 arrays (the drop down menu ha