Can somebody point me in the right direction? I have a flash guestbook that uses a php script to write to a .txt file that Flash can then read. I want to be able to detect if a user has entered an "&" when signing the guestbook and then replace it with the word "and" before writing to the .txt. If a user enters an "&" flash sees it as being the end of the file and won't read anything past that point, meaning all other past entries are not viewable.
Does anyone know how I can acomplish this?
Thanks