I don't know that you can detect an ENTER in a text field (i.e., <input type="text">), but you can in a <textarea> -- it is represented as a newline character ("\n").
\n is a control sequence, so include it within double quotes and PHP will treat the \n sequence as a literal newline character.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE