Hi There!
I have a little trouble with getting my arrays divided.
I have made an ajax request to my script and it pushes back:
4|83|123
These numbers are exactly what i want to know.
Now i have no clue, how to set my global variables with this information.
As example:
Global variable 1 = 4
Global variable 2 = 83
Gloval variable 3 = 123
Can any 1 help me with this? I did read some tutorials but still i can't figure this one out.
Remember the info gets pushed by an AJAX request.
Thanks!