If I am putting a drop down box in the page that will process the information, what would I declare the action="".
if another page is processing the data:
<form action="process.php" method="post">
But what if the page the form is in will process the data?
<form action="???????" method="??????">
Your help is greatly appreciated.