|
Posted by Black Shuck on 05/22/06 21:05
Hi, I have a desktop application that sends data to a serverside PHP =
script. The data is a single string, in the form myfile.php?data=3Dxxx=
xxx
if my data is myfile.php?ABD&DEF I want my server code to treat this as=
=
ABC&DEF, but is truncates it at ABC.
I understand WHY, but I am not sure about how to tackle the problem. In =
my =
PHP code, I access the data using dosomethingwith( $data );
Thanks for any advice!! As you may have guessed, I am indeed a newbie!!=
!
Navigation:
[Reply to this message]
|