Here is what i would like to do, i would like to take the value of one sql row and take the value of a selected option in a drowdown menu and add them together and also be able to form a link with it, like
https://www.domain.com/directory/add=sqlrow<?echo "$sqlrow"?>&dropdownvalue=
any suggestions on how to do this?