now i want send the - i mean Minus one to php
but when send it its not sending as a word
i cant tell you because i dont understand
see
in php when write "$var"
its return $var
value but when write '$var' its returm $var
how i can make this in jquery
var dataString = 'vote=-1';
$.ajax({
type: "POST",
data: dataString,
cache: false,
});