tags:

views:

38

answers:

1

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
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>