| How do you ignore ' input..??? I've an application that will receive an input from the user, however, I realized that everything is fine until there's ' input from the user. It still works, but it is being rendered as \' I know that that is the way PHP ignore ' by using \', but I don't want it to be displayed as \' any ideas..? |