hi i m new to php i want to know how to pass one form value (selected from drop down box) to another form in a single php page
PhP is server-side programming, and as such is not aware of whatever form you have on your page. So if you want to pass one variable from one form to the other without reloading you will have to look at using a clientside language, e.g., javascript.