StartupSOS banner
≡ Menu

More Reading – Financial Projections

These articles tagged “financial_projections” are from our curated article/blog-post list. More articles are automatically added as we bookmark them in Pinboard.in.

[insert_php]
$tag=”financial_projections”;
$max_count = 30;
$cuttoff_date = “”;
$account = “stevemorris”;
$password = “pwa7klj”;
$login_credential = “$account:$password”;
if($tag !=”) $page = join( ”, file(“https://$login_credential@api.pinboard.in/v1/posts/recent?format=json&tag=$tag&count=$max_count”));
else $page = join( ”, file(“https://$login_credential@api.pinboard.in/v1/posts/recent?format=json&count=$max_count”));
$complete_array = json_decode($page,TRUE);
$post_array = $complete_array[‘posts’];
foreach($post_array as $entry)
{
//print_r($entry);
$description = htmlentities($entry[‘description’]);
$extended_description = trim($entry[‘extended’]);
$time = date(“Y M d”,strtotime($entry[‘time’]));
$href = $entry[‘href’];
echo “$description, $time”;
if($extended_description !=”) echo ”
$extended_description”;
echo ”

“;
}
[/insert_php]

{ 0 comments… add one }

Leave a Comment