<tabuleiro> <linha> <!-- Linha inicial --> <coluna1>3</coluna1> <coluna2>3</coluna2> <coluna3>3</coluna3> . ....etc
String str = request.getParameter("local"); String str2 = request.getParameter("cor");
$sxe = new SimpleXMLElement('tabuleiro.xml', NULL, TRUE); $linha=$sxe->linha; if($local == 1) $linha[0]-> coluna1 =$cor; else if($local == 2) $linha[0]-> coluna2 =$cor; .................
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)