I've come up with this code...BUT its not writing the info to the already excisting txtbox its making a new one.
If ($selDaySearch == "" AND $selMonthSearch != "") {
$Amount = mysql_num_rows($Result);
echo "<input type='text' name='txtMonthSearchTotal' value='$Amount'>" ;
}
How can i make it post the info into the txt box that is already on the form?
THNAKS!😃