I would like to take this data:
questionX
Where X
is any number from zero to infinity
.
And subtract the text question
from the field, and save just the number.
I was toying with substr($data, 0, 8)
but haven't gotten it to work right, can somebody please give me a suggestion? Thanks so much.