Syntax Error

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 27, 2009   (RSS)

Re: [sagentic] Syntax Error

By Dave - July 27, 2009

Hi Kenny,

Wow, that's neat! :) Try this:

<?php
$thumboo_api = "c66572badbeea3d3718655f94f66b430";
$thumboo_url = $portfolioRecord['external_link'];
$thumoo_params = "u=".urlencode("http://".$_SERVER["HTTP_HOST"].
$_SERVER["REQUEST_URI"])."&su=".urlencode($thumboo_url)."&c=medium&api=".$thumboo_api;
@readfile("http://counter.goingup.com/thumboo/snapshot.php?".$thumoo_params);
?>


Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Syntax Error

By Kenny - July 27, 2009

Awesome! That did it