Re: Need Part-time Coder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux