How can I access the values of the string cores
and the filmes
array on a PHP page individually?
var filmes = ["Mad Max", "Assassin's Creed"];
var cores = "cor_um=Azul&cor_dois=Preto";
$.post("autosave.php", {'_cores': cores, '_filmes': filmes});