[PHP] PHP: Ajax send()

2008-02-22 Thread germana
Hi!! Im trying to sent data to and php with Ajax, so.. this is what im sending_url= table='historia'$'='$''$'string'$''; then i do: _url = _url.substring(0,_url.length-1) //quita el de sobra al final var ajax = nuevoAjax(); ajax.open(POST, atrapalo_x.php, true);

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
2008. 02. 22, péntek keltezéssel 12.03-kor germana ezt írta: Hi!! Im trying to sent data to and php with Ajax, so.. this is what im sending_url= table='historia'$'='$''$'string'$''; then i do: _url = _url.substring(0,_url.length-1) //quita el de sobra al final var ajax = nuevoAjax();

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
please reply to the list also... 2008. 02. 22, péntek keltezéssel 15.25-kor germana ezt írta: nuevoAjax() is the name of the ajax object :P in spanish OK, but that does not tell me anything about what kind of ajax library you're using... anyway, maybe it's better to ask on an ajax list because

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
2008. 02. 22, péntek keltezéssel 14.32-kor germana ezt írta: So... i was checking my localhost with wireshark (a sniffer) and i found that the DATA is send after the POST ¿¿¿ i dont understand why the data is not send completly. the problem must be in your ajax library... I don't