Quote Originally Posted by ian View Post
I added that and used both the code

<!-- STart clix code -->
<?
$gv_query1= "SELECT * FROM zen_orders_total WHERE (class='ot_total' AND orders_id='$zv_orders_id')";
$gv_result1 = mysql_query($gv_query1);
$gvrow = mysql_fetch_array($gv_result1);
$gvsv=$gvrow[4];
$gvoid=$gvrow[1];
echo "<img src=\"https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=" . $gvsv . "&OID=" . $gvoid . "\" height=\"0\" width=\"0\" border=\"0\">\n";
?>
<!-- End clix code -->

and (seperately)

<!-- STart clix code -->


<img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=<?php echo $order_summary['order_subtotal']; ?>&OID=<?php echo $order_summary['order_number']; ?>" height="0" width="0" border="0">
<!-- End clix code -->

and all it displayed when called up was this - both sale vale and order id = nothing

<img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=&OID=" height="0" width="0" border="0">

any ideas to what is missing?

thanks
ian

I'd recommend contacting tech support at the company who's code this is to find out why their code is not working.

Thanks,

Anne