Forum Moderators: coopster
<input type="text" id="demo$PlayerID" name="$PlayerID" value="$PlayerDOB" size="10">
my problem is i wish to then submit this data and have the DOB updated for each player ID. so....
update PlayerDOB where PlayerID = the PlayerID from the input type. how would I do this?!
thanks!