special character coming when i am using & and p
Posted
by radick
on Stack Overflow
See other posts from Stack Overflow
or by radick
Published on 2010-04-16T14:48:46Z
Indexed on
2010/04/16
15:03 UTC
Read the original article
Hit count: 338
delphi
hi all
I dont know what exactly i have to type in title for this ,i tried my best
anyway coming to topic
I am making one acc checker for that purpose ,i am sending user and pass from my bsskinedit1 and bsskinedit2
here is my code
s:='http:\\site.com..premlogin='+bsskinedit.text+'&password='+bsskinedit2.text
but it giving some error ,then i used showmessage whats wrong with it then i came with strange result
see below
observer after 4 & and p combining together and appearing as a some new symbol :(
can any one tell me why its coming like this ?
© Stack Overflow or respective owner