string="http://domain.com?id=1234&name=john";
if the name is random, how do i remove the string from "&name" till the end of string?
tks
string="http://domain.com?id=1234&name=john";
if the name is random, how do i remove the string from "&name" till the end of string?
tks
hey tks man.. got it working..
You're welcome
Remember to mark this thread as resolved (if it is).