Hi all how do i pass the customer number to the next page,
<td width="10%" height="25">
<font face="verdana" size="1" color="black">
<a href="customeredit.php?value=<?php echo $row["cust_no"]; ?>">Edit Details</a>
</font>
</td>
</tr>
i have this, basically i have a table with results, i want to assignment the customer number to this colum and when clicked i want to be able to display the information in customeredit.php of that particular customer.