hi all here is another problem of Ajax , strange but ...
Posted
by Dumbledore of flash
on Stack Overflow
See other posts from Stack Overflow
or by Dumbledore of flash
Published on 2010-06-17T02:31:37Z
Indexed on
2010/06/17
2:32 UTC
Read the original article
Hit count: 237
AJAX
when i put ajax on my code I send a group of variable via post but when i received the data it is in a obj.responseText ie TEXT format. say i have two files "form.php" and "index.php"
ajax is implemented in form.php while index.php returns the text. but my problem is index.php also generates a variable named "tarriff_count" i want to catch systematically and separately this variable,
Is there any systematic way to catch variable.also keep in mind "obj.responseText" is very complicated to get a variable from "preg_match" ?
© Stack Overflow or respective owner