hi all here is another problem of Ajax , strange but ...
- by Dumbledore of flash
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" ?