<?php
 $i = 0;
 $list = array('Banana', 'Strawberry', 'Apple', 'Cherry');
 echo $list[$i];
 $i = $i+1;
 ?>

 how to do that 2 of key echoes in first table colum and other 2 in
 second colum?

-- 
 Marius
 [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to