I'm also interesting (if your tool is open source), thanks a lot!EXreaction wrote:Looks good
Would you consider releasing the code at some point?
Code: Select all
if (strlen($value) < 192) {
echo "<input ...
} else {
echo "<textarea ...
}