i bir sonraki PHP sayfasına bir değer geçmek için bu çalışıyorum:
$("#see_comments").attr({href: "comments.php?aid='"+imgnum+"'"});
ve PHP dosyasında ben kullanıyorum:
$aid = $_REQUEST[aid];
echo $aid;
ama bu böyle çıktı görüntülüyor:
\'9\'
why is this happening? //9 is the value i am passing.