If that is what you want, you should prepare two scripts - one for the processing without the special characters, and one for the processing with the special characters. Then when the form is submitted, the action script will look for the special characters. If they are not present it will load the first script and if they are present it will load the second script (for the special characters).
You can use the PHP function include() and its variants to load a script.
Best regards, ~Ray
Main Topics
Browse All Topics





by: Ray_PaseurPosted on 2009-11-23 at 10:19:47ID: 25890030
You mean you want to submit the form to a different script if someone enters those characters?