karbanatek
New Member
I've been using ajax for a while now and I want to learn more about retrieving data. I only know how to get output by using \[code\]callbacks\[/code\].When I use callbacks and I want individual values, I use \[code\]split()\[/code\] or \[code\]explode()\[/code\] so I can get individual value. Is there a better way than this? if I keep using this I think it will get messy if inputs have the same character as the \[code\]pattern\[/code\] for \[code\]split\[/code\]/\[code\]explode\[/code\].I want to know how to retrieve data individually via variables, not by \[code\]echo\[/code\] or HTML outputs.ask if you don't understand my problem.Thanks.