473,386 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Problem with HTTP POST data in MSIE6, PHP4.3.3. Sorry for the multipost!

First of all, I apologize for multiposting. I am now reposting and
crossposting in an attempt to reach a broader audience. Here is the
original posting... (with some small changes)

I am tearing my hair out trying to reproduce a problem. The one client
user who has this problem is running IE6 on WinXP Pro.

I tried reproducing the problem in Opera, Mozilla, IE5 on Win2k, IE6 on
Win2k, but no luck. It all worked fine!

Here is the problem:

Occasionally, all of the HTTP POST data is lost. Poof! It just
disappears, with the exception of the PHPSESSID, which leads me to think
it is not a sessions problem.

Unfortunately, I cannot reproduce the problem! I am at a loss on what
details to give that would help. My only hope is that someone else,
somewhere, has experienced a similar symptom, and solved it!

Here is as much relevant data as I can think of:

* I am using Editize, an integrated WYSIWYG HTML editor (Java Applet) in
place of an HTML textarea.
* I am using sessions. session_start() and $_SESSION.
* Server is PHP Version 4.3.3, Apache 1.3.27, Red Hat 9 * The symptom
occurs when the user goes to an update form (HTML form), fills in the
information and clicks submit. I have been able to verify that ONLY the
PHPSESSID is getting passed from the form. All the other form vars just
disappear!
* I use $_REQUEST in the PHP script that processes the form.

I can't think of anything else. If anyone can help me on this, I'll give
them a present! (Nothing big; maybe a cookie or something.)

Thank you in advance.

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/

Jul 17 '05 #1
2 1868
Jeffrey Silverman wrote:
First of all, I apologize for multiposting. I am now reposting and
crossposting in an attempt to reach a broader audience. Here is the
original posting... (with some small changes)

I am tearing my hair out trying to reproduce a problem. The one client
user who has this problem is running IE6 on WinXP Pro.

I tried reproducing the problem in Opera, Mozilla, IE5 on Win2k, IE6 on
Win2k, but no luck. It all worked fine!

Here is the problem:

Occasionally, all of the HTTP POST data is lost. Poof! It just
disappears, with the exception of the PHPSESSID, which leads me to think
it is not a sessions problem.

Unfortunately, I cannot reproduce the problem! I am at a loss on what
details to give that would help. My only hope is that someone else,
somewhere, has experienced a similar symptom, and solved it!

Here is as much relevant data as I can think of:

* I am using Editize, an integrated WYSIWYG HTML editor (Java Applet) in
place of an HTML textarea.
* I am using sessions. session_start() and $_SESSION.
* Server is PHP Version 4.3.3, Apache 1.3.27, Red Hat 9 * The symptom
occurs when the user goes to an update form (HTML form), fills in the
information and clicks submit. I have been able to verify that ONLY the
PHPSESSID is getting passed from the form. All the other form vars just
disappear!
* I use $_REQUEST in the PHP script that processes the form.

I can't think of anything else. If anyone can help me on this, I'll give
them a present! (Nothing big; maybe a cookie or something.)

Thank you in advance.


maybe u show the html code of the form. is the content of the wysiwyg
editor the only thing what is missing when submitting? if that is, maybe
there is a deeper problem in the editize script, that it dont
correctly update the postarea before form is being submitted.

Mart
Jul 17 '05 #2
On Wed, 05 May 2004 14:14:05 +0300, Mart wrote:

<snip!>
maybe u show the html code of the form. is the content of the wysiwyg
editor the only thing what is missing when submitting? if that is, maybe
there is a deeper problem in the editize script, that it dont
correctly update the postarea before form is being submitted.

Mart


Thanks for the reply. It turned out to almost certainly be a bug with MSIE
and KeepAlive connections. I extended the KeepAliveTimeOut interval on
apache to 60seconds. Problem (apparently) solved.

--
-------------------------
| Jeffrey Silverman |
| jeffrey-AT-jhu-DOT-edu|
-------------------------

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jeffrey Silverman | last post by:
I am tearing my hair out trying to reproduce a problem. The one client user who has this problem is running IE6 on WinXP Pro. I tried reproducing the problem in Opera, Mozilla, IE5 on Win2k, IE6...
3
by: Armin Irger | last post by:
Hi, i'am running a debian sarge with the delivered apache2 mysql and php4. The file "mitarbeiter_eingabe.php" gets the data over a html <FORM> and send it to...
6
by: Chris Kennedy | last post by:
I am pulling a decimal value from SQL server and trying to use the format currency and format number function. I am using these values in a large string of HTML to be used in a CDONTS Email. If I...
8
by: Eric Clapton | last post by:
I have created a vb.net project in local drive and the program contains crystal report 9.0 through ODBC and link to SQL server. I can run this no problem on WinXP. But when I move the project to a...
19
by: Mason A. Clark | last post by:
How was I to know that "top" means "top" in MSIE6 ?? I was testing <a name="top"></a> at the top of the page with <a href="#top>go to top</a> at the bottom of the page. It always worked in...
6
by: murd | last post by:
Hi, I am trying to complete a post using fsockopen but I'm getting the following error: "Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? I am...
4
by: yangsuli | last post by:
hello,everyone i want to make my php extensions work. first i run the ext_skel to create a new module named myext. ok ,the i have the mycxt dir, then i modifide the m4 file and ./phpize, make...
0
by: cty | last post by:
Title: Problem in session using php5 Good day, I use php5+mySQL4+IIS5.x Previuosly i use php4 and no error occur,
5
by: xieliwei | last post by:
I have a freshly installed openSuSe 10.2 with PHP4 from http://download.opensuse.org/repositories/home:/michal-m:/php4/openSUSE_10.2/ (openSuSe abandoned PHP4 since version 10, but I have customers...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.