View Single Post
Old 07-18-2009, 05:07 PM   #8 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by russellharrower View Post
Hi Just wondering what if i need to show more then 1 say like 10
PHP Code:
for ($n 0$n <= 9$n++) {
   echo 
"<p><strong>" $data['title'][$n] . "</strong><br />";
   echo 
$data['content'][$n] . "</p>";

Something like that...
__________________
My Site
adamdecaf is offline  
Reply With Quote