Thanxs for the reply, I am still a bit confused though should it look like this?
if (empty($HTTP_POST_VARS["clientname"]) )
{
// use the selection value
clientmenu
}
else
{
// add the users input
clienttext
}
Assuming the 2 imput fields are:
<input name="clienttext" type="text" id="clienttext"></td>
and
<td width="480"> <select name="clientmenu" id="clientmenu">
Obviously this gives me an error, what should I do?