Home : Products : DBMan : Installation :

Products: DBMan: Installation: Re: [smithT] How to make ID field unchangeable?: Edit Log

Here is the list of edits for this post
Re: [smithT] How to make ID field unchangeable?
No problem.

I re-read my post and notice that there are syntax errors all over the place...

Use the following codes:

Quote:

print qq|UserID:|;
if ($per_add) {
print qq|<input type="hidden" name="ID" value="$rec{'ID'}">|;
}
else {
print qq|<input type="text" name="ID" value="$rec{'ID'}">|;
}
print qq| $rec{'ID'}| if ($per_add);


========================================
Buh Bye!

Cheers,
Me

Last edited by:

Heckler: Dec 12, 2001, 8:09 PM

Edit Log: