Is that the same code you originally posted?
Anyway, the 0D looks like it starts with the number zero. From the PHP manual -
Quote:
|
Variable names follow the same rules as other labels in PHP. A valid variable name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.
|