View Single Post
Old 01-21-2013, 03:26 PM   PM User | #3
alexkrolla
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
alexkrolla is an unknown quantity at this point
Code:
$query = "SELECT quote, author FROM $topic LIMIT $start,$records_per_page";
i am doing that and then to print out into a $left and $right though i am confused. is there anyway to split the results from that query into a odds/even?
alexkrolla is offline   Reply With Quote