I'm trying to send a label error to my input, but I got some apache error. Here is my code:
echo '<script type="text/javascript"> $('#Username').after('<p class="label"> Username already exist.</p>')</script>';
Edit : Parse error: syntax error, unexpected '}', expecting ',' or ';' in c://..... On Line 68 Thats the error, thanks