<?php
$aximsite_array = array(Aximsite, is, so, very, cool!);
for($i=0; $i<count($aximsite_array); $i++)
{
echo("$aximsite_array[$i]-");
}
echo("<br />Wow, I just created and looped an array that said Aximsite is so very cool for no reason. Well, I suppose it did make hyphens between the words, but I could've just done that with str_replace. Regardless, who cares. All I'm doing this for is to test the php tag thing I saw on the posting form.");
?>