indexMainImage

Performance Sea Kayak Resources

 

A varied collection of information sources, including: trip articles, knowledge base articles, race organisers info, race results and more.

This an ongoing project that will hopefully build with time. Take a look at the links to see if you can find what you are looking for, let us know if you don't.

 

PSK Resources:

 

News

xpath('//sidebarNews/record'); $countNews=0; $NewsRowNum=100; foreach ($xmlNews as $valueNews): $arrInput[$countNews]['dateSortFinish'] =$valueNews->dateSortFinish; $arrInput[$countNews]['news1'] =$valueNews->news1; $arrInput[$countNews]['news2'] =$valueNews->news2; $arrInput[$countNews]['news3'] =$valueNews->news3; $arrInput[$countNews]['linkPSK2']=$valueNews->linkPSK2; $countNews++; endforeach; usort($arrInput, 'date_compareDESC'); // added from Index Page ############# for ($i=0;$i<=$NewsRowNum;$i++) { $dateNews=strtotime($arrInput[$i]['dateSortFinish']); echo "
"; echo date("d-M-y", $dateNews)."
"; echo $arrInput[$i]['news1']."
"; if (strlen($arrInput[$i]['news2'])>0) { echo $arrInput[$i]['news2']."
"; //echo strlen($arrInput[$i]['news2'])." ".$arrInput[$i]['news2']."
"; } if (strlen($arrInput[$i]['news3'])>0) { echo $arrInput[$i]['news3']."
"; //echo strlen($arrInput[$i]['news3'])." ".$arrInput[$i]['news3']."
"; } echo "Link
"; echo "
"; } echo "Showing ".$NewsRowNum."/".count($xmlNews)." news records.
"; ?>