Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Variables from Form destroyed

Status
Not open for further replies.

elck

Programmer
Apr 19, 2004
176
NL
Hi there,

I tried GET, POST import_request_variables and everything works fine.

But then, all of a sudden, sometimes after weeks, things get messed up, only from my clients computer.
I suspect a virus or other malware.

This is what I get back from the form
Code:
request uri : /ophelia/edit/schrijf.php?kop+ACU-2BAAA-+ACU-07+AD0AJg-omschrijving+ACU-2BAAA-+AD0AJg-prijs+ACU-2BAAA-+AD0AJg-nummer+ACU-2BAAA-g+ACU-2BAAA-+AD0-10+ACU-2BAAA-AA-+ACY-soort+ACU-2BAAA--g+ACU-2BAAA-+AD0-7+ACU-2BAAA--AA-+ACY-foto+ACU-2BAAA---g+ACU-2BAAA-+AD0AJg-check+ACU-2BAAA-+AD0-1+ACU-2BAAA-AA---g+ACU-2BAAA-+ACY-toon+ACU-2BAAA--+AD0-1+ACU-2BAAA-AA---g+ACU-2BAAA-+ACY-voegtoe+ACU-2BAAA-+ACU-07+AD0-1+ACU-2BAAA-AA---g+ACU-2BAAA-

Does anyone recognise this?
It should read something like this:

Code:
request uri : /ophelia/edit/schrijf.php?kop=Glas+en+Lood+art+deco&omschrijving=Prachtige+strakke+vormgeving%2C+niet+zo+groot%0D%0Aer+zijn+2+stuks%0D%0Abreed+46%0D%0Ahoog+62%0D%0Amet+ketting%0D%0Aper+stuk+125%0D%0Asetprijs++225&prijs=125&check=on&soort=4&tonen=1&id=700&foto=foto700.jpg&dele=0&voegtoe=0

 
does it do the same with a different browser like firefox ?? or if you use firefox with IE ??
 
It is hard for me to test what happens at my client's side.

BUT I now notice that it has got something to do with encoding!

Do you think it would help if i put a
Code:
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
On the page?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top