| Member with 37 posts. THREAD STARTER | | Join Date: Nov 2008 Location: Virginia Experience: Advanced | |
PHP Extracting and reformatting a string OK Folks. Maybe that was a little difficult to understand. What i'm trying to do is take every other line, make it into a second variable.
i.e...
3929 needs to be $var_one[$i]
7658 needs to be $var_two[$i]
3922 needs to be $var_one[$i]
7649 needs to be $var_two[$i]
get it?
I'm sure theres some sort of string function that can be used to do this in a while loop for the count of words.
Thanks again!
Last edited by aasmith26; 04-Apr-2011 at 05:27 PM..
Reason: More Descriptive
|