I am using a free WYSIWYG editor on my website for creating news articles. The editor works fine without verification like you can use different fonts and it stores it in a database and the news article has these different fonts.
I then tried to use validation like make sure the user hasnt just clicked enter and forces them to make a message. I used the empty function and tried the isset one. None work, I also used errigi but then you start getting problems that I cannot change the font as it uses invalid characters. Any Ideas anyone, for how to fix that if a use enters no message then error but anything else -> no error.
I will post that segment of my code if necessary,
Thanks in advanced.