I have these codes, used to update mysql database
+1
A:
if you don't want to update it, but still need it in your query you can do:
UPDATE `table` SET `col` = `col` WHERE `id` = …
knittl
2010-02-24 12:02:18
I figured it out, I'll just set the input to hidden, but thanks anyway:<td width="168"><input type="hidden" name="pnum" type="text" id="pnum" maxlength="4" value="<?php echo $row["PNUM"]; ?>"></td>
2010-02-24 12:06:30