Is there a way for PHP to see what is selected in a pull-down menu. So
that i can use a switch statement to display certain information. If
not how can I combine javascript with it to work.
Is there a way for PHP to see what is selected in a pull-down menu. So that i can use a switch statement to display certain information. If not how can I combine javascript with it to work.
If you talking about a pull-down menu in a regular form then sure.
Create your form, send the content to a page and then use $_POST or
$_GET variables (depending on your form) to retrieve the value ...