test_input php

test_input is a user defined function and not a function built into PHP.
Looking at the code it does indeed mean that if no comment has been inserted then it will be empty,
however if it is not empty run the comment through the test_input function.
Xabos