Code:
<?php
$fullname = $_REQUEST['fullname'];
?>
<td width=33%>Loaned by: </td>
<td><input type="text" size="15" readonly size="5" maxlength="5" name="editname" style="border:white; background-color:#FFFFCC;" value= "<?php if(isset($_POST['searching']) || isset($_POST['searchnext'])) {echo @$name;} else if (@$_POST['clearing']) {echo $fullname;} else {echo $fullname;} ?>" /></td>
i when i click the clear button, it says undefined index for fullname. Does it mean fullname is not posted here? this is the main.php