Hi, I use POST for send all data to a PHP scrip, for ex:

    data:"script.php?id="+id+"&text="+text,

but sometimes text contains \& or another strange char and I think
that is not the better way for send data.
¿what is the best way? PHP -> JS I use json, but for JS->PHP?

Thanks

Reply via email to