11:41:13/12.07.11 – spSubmit()
11:41:13/12.07.11 – $_POST – Array
(
[action] => spAjaxSubmit
[poll] => 2
[answer] => 2
)
11:41:13/12.07.11 – The int 2
has been accepted
11:41:13/12.07.11 – $answer – Array
(
[answer] => test 2
[vote] => 6
)
11:41:13/12.07.11 – $json – {“answer”:{“answer”:”test 2″,”vote”:6},”pollid”:2}
11:41:13/12.07.11 – spResults()
11:41:13/12.07.11 – $_POST – Array
(
[action] => spAjaxResults
)
11:41:13/12.07.11 – $results – Array
(
[polls] => Array
(
[0] => Array
(
[id] => 1
[question] => Which roast do you prefer
)
[1] => Array
(
[id] => 2
[question] => test
)
)
)
11:41:58/12.07.11 – spSubmit()
11:41:58/12.07.11 – $_POST – Array
(
[action] => spAjaxSubmit
[poll] => 2
[answer] => 1
)
11:41:58/12.07.11 – The int 1
has been accepted
11:41:58/12.07.11 – $answer – Array
(
[answer] => test 1
[vote] => 5
)
11:41:58/12.07.11 – $json – {“answer”:{“answer”:”test 1″,”vote”:5},”pollid”:2}
11:41:59/12.07.11 – spResults()
11:41:59/12.07.11 – $_POST – Array
(
[action] => spAjaxResults
)
11:41:59/12.07.11 – $results – Array
(
[polls] => Array
(
[0] => Array
(
[id] => 1
[question] => Which roast do you prefer
)
[1] => Array
(
[id] => 2
[question] => test
)
)
)