Hi, I have written a guestbook/forum and I am having trouble with my preview post and special php characters that are breaking the script.
I've noticed that after a form entry, php automatically enters slashes in front of ' and ". Does it also do $?
What's the best way to slash everything so it won't break and echo?
Also, I have a preview page that get's the form data once and displays how it would look. If I pass the same exact data I get, it will add more slashed automatically to my data. How can I prevent this or work around this?