Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = error 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Totat categories Only sent when value parameter success = 1 |
20 |
id_X | Category ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
name_X | Category name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
Webshop domains |
echo $versio['id_'.$teller]; ?> | echo $versio['name_'.$teller]; ?> |