I want to collect the variables from a link http://X1.com/track.php?name=john&invoiveid=222&amont=33&address=......&email=john@gmail.com First question can encode this link so the variables by encodes ? and how ? i want that track.php to collect those variable and re use it like :
$name
$invoiveid
$amont
$address
$email