lexington
12-18-2003, 01:07 AM
Hello, there is a script that someone is working on (please keep in mind I do not understand anything about this) Apparently if you try to copy and paste text into a certain field that will display the text you entered on a webpage, it results in errors on the script. The only way to not receive any errors is to type in the text manually. The author of this script is always blaming the server, apache for all of the problems, yet it is funny only his script causes these errors. Here is his response to a question concerning the copy and paste:
The problem with this issue is that it really is not my script - I have tested this extensively to see if there is a way around it, but the problem is occuring within apache, and not within my script. apache never "gives" the posted form data correctly to my script in the first place i.e. by the time PHP sees the $_REQUEST data, it is already corrupted (the $_REQUEST variable is a PHP associative array containing POSTed form data - some of the asocciative elements are actually deleted when the problem occurs). I guess it could be a bug in PHP - I'll check out the bug trakcer at php.net and see if I can see anything.
I really dont believe this, so could you ask me or give me suggestions on how to fix this so I can relay the information to him please? I know that you probably do not know what I am talking about, but he claims that "copy and pasting" text into the fields is what is causing the errors, and not his script. Thanks
The problem with this issue is that it really is not my script - I have tested this extensively to see if there is a way around it, but the problem is occuring within apache, and not within my script. apache never "gives" the posted form data correctly to my script in the first place i.e. by the time PHP sees the $_REQUEST data, it is already corrupted (the $_REQUEST variable is a PHP associative array containing POSTed form data - some of the asocciative elements are actually deleted when the problem occurs). I guess it could be a bug in PHP - I'll check out the bug trakcer at php.net and see if I can see anything.
I really dont believe this, so could you ask me or give me suggestions on how to fix this so I can relay the information to him please? I know that you probably do not know what I am talking about, but he claims that "copy and pasting" text into the fields is what is causing the errors, and not his script. Thanks
