Jump to content

Modifying submitted data


swatisonee

Recommended Posts

Hi,

 

I've been using the foll. code for an update module on one of my scripts. I re-jigged it for another script and all of a sudden it just doesnt work. For example, if I had "1" selected below, I cannot change it to "2".

 

I cannot seem to fathom what I've gotten wrong here and would appreciate a look at the code.

 

Thanks !

Swati

 


 <b>Category:  </b><select name="cat">
<option selected><? echo $myrow11["Category"] ?>
<option value="">
<option value="1">1
<option value="2">2
<option value="3">3	
<option value="4">4</select>

Link to comment
https://forums.phpfreaks.com/topic/111869-modifying-submitted-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.