On Tue, Dec 27, 2011 at 6:55 PM, Fatih P. <fatihpiristine@xxxxxxxxx> wrote: > On Wed, Dec 28, 2011 at 12:54 AM, Ashley Sheridan > <ash@xxxxxxxxxxxxxxxxxxxx>wrote: > >> On Tue, 2011-12-27 at 17:29 -0500, John R. Cornell II wrote: >> >> > Email PHP sample for consideration >> >> >> <?php >> echo "hello world"; >> ?> >> >> Reply to list with a few more details for a more detailed reply ;) >> >> > <?php echo " ;) "; ?> <?php $a = array('he', 'llo', ' ', 'w', 'orld', '!'); for($i = 0, $ln = sizeof($a); $i < $ln; ++$i) { echo $a[$i]; } ?> -- Paul Halliday http://www.squertproject.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php