Ben sitemde olsun değişkenlerin geçirilen kullanarak kullanıcılara aa bağlantıyı e-posta istiyorum. www.test.com/test.php&test=testing+ şeklinde bu + + a + testtir
ama ben böyle bir şey yaptığınızda,
$msg= "testing".$_GET('details');
It spits out "www.test.com/test.php&test=testing this is a test" [with spaces and not '+' signs]
I biçimlendirilmemiş bunu geçmek nasıl Herhangi bir fikir?