Very Weird Script Behavior

I really don't understand why this is happening, but I just ran into a problem with a form submission. I was able to isolate the problem down to a single variable, but I don't understand why it is happening.<br /><br />I have a simple HTML form (see <!-- w --><a class="postlink" href="http://www.paladin-pc.com/test.php">www.paladin-pc.com/test.php</a><!-- w -->). When you submit the form, it takes the contents of the text field and echoes it back to the browser between two horizontal rules.<br /><br />If you enter almost any text string, you'll see that the form responds properly. However, when I recently tried to send some text containing the word "analysis", the processing script gave me the message:<br /><br />Not Acceptable<br />An appropriate representation of the requested resource /runtest.php could not be found on this server.<br /><br />I isolated the problem down to the substring "anal". If that substring is present at all in the field, I get the "Not Acceptable" message. Anyone have any ideas what is going on? I've entered a help ticket, but I'm not sure whether this is a support issue or a design issue.<br /><br />Thanks in advance for any help!<br /><br />-John<!--content-->
Are you running any sort of word censoring on that form? That's the first thing that jumps to mind....<!--content-->
Thanks for the response!<br /><br />No, I didn't have any word censoring going, that I knew of. If fact, my script that processes the form only had the one line that echoes back the field.<br /><br />But, I had placed a support ticket and heard back from a tech that a security update had been placed on the server, and that seemed to be the cause of the problem. They looked into the issue and as of this morning, this seems resolved.<br /><br />Thanks again for replying.<br /><br />-John<!--content-->
Can you tell me what server you are on? I was having that same problem last night!<br /><br />Boy, that really had me had me going there for a while!!!!<br /><br />Thanks!<!--content-->
<!--QuoteBegin-HCSuperStores+Dec 16 2004, 08:41 AM--><div class='quotetop'>QUOTE(HCSuperStores @ Dec 16 2004, 08:41 AM)</div><div class='quotemain'><!--QuoteEBegin-->Can you tell me what server you are on?  I was having that same problem last night!<br /><br />Boy, that really had me had me going there for a while!!!!<br /><br />Thanks!<br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=103792"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Server 65<!--content-->
 
Top