PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm so sorry... I didn't mean to ask that b/c it seems to be working for me. I will try your way too. what I meant to ask was this:
I want to pick out the nth and nth +1 character out after I extract the letters off of the beginning of a string. In other words, after I pick out the letters at the beginning of a string there are 6 numbers. I want to pick out the 1st and scond, 3rd and 4th or 5th and 6th.
I thought about cycling through the string's character array like you can do in C++ but wasn't sure if that was a great idea since the length of the word is indeterminate.
can I cycle through the string backwards (the six digits are always going to be the last six)