I'm working on a BBcode that requires unique identification of table cells. I'm not posting the code yet cause it's going to be a surprise
Anyhow, for every instance of this code, it needs a unique id number. I had been using {param} as the id, but the system falls over when the code is repeated, the second instance referencing the first etc.
Can anyone write something in say javascript to be included in the header which fetches an integer bbcode
number that is different every time it's called?
Am I making sense?