Posted by Jon Aston on 04/22/05 18:46
Is there a way to easily rotate array data?
what I want to do is
change from
bob | bill | frank
joe | jose | sam
sally | jim | kim
to
| | | frank| | |
| |bill | | sam| |
|bob| | jose | | kim|
| |joe| |jim | |
| | | sally | | |
is there an easy way to do this?
the data and arraysize will vary so I was looking for a way that I could
have php do it without having to make script for different array sizes.
Thanks
[Back to original message]
|