Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ion Decode
06-27-2012, 02:50 PM (This post was last modified: 06-27-2012 02:57 PM by [Pain].)
Post: #6
RE: Ion Decode
Nice try micenx. Happy day homeboy.

PHP Code:
<?php
function getStatsHeaderRow($html$mysql$groupby$sub=false) {

   
$campid $html["camp_id"];
   
$destination $html["camp_destination"];
   
$groupby1 $mysql["groupby1"];
   
$groupby2 $mysql["groupby2"];
   
$groupby3 $mysql["groupby3"];
   
$dir $mysql["dir"];
   
$status $mysql["status"];
   
$gid $mysql["group_id"];
   
$sid $mysql["source_id"];
   
$sortby $mysql["sortby"];
   
$dateby $mysql["dateby"];
   
$zone $mysql["zone"];
   
$from $mysql["from"];
   
$to $mysql["to"];
   
$self $_SERVER["PHP_SELF"];
   
$url $self "?campaign_id=" $campid "&amp;status=" .
$status "&amp;group=" $gid "&amp;source=" $sid .
"&amp;groupby1=" $groupby1 "&amp;groupby2=" $groupby2 .
"&amp;groupby3=" $groupby3 "&amp;dateby=" $dateby;
   if( 
$from != ) {

       
$url .= "&amp;from=" $from;
   }

   if( 
$to != ) {

       
$url .= "&amp;to=" $to;
   }

   if( 
$zone ) {

       
$url .= "&amp;zone=" $zone;
   } 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Ion Decode - [Pain] - 06-27-2012, 02:12 PM
RE: Ion Decode - micenx - 06-27-2012, 02:27 PM
RE: Ion Decode - [Pain] - 06-27-2012, 02:32 PM
RE: Ion Decode - face - 06-27-2012, 02:41 PM
RE: Ion Decode - micenx - 06-27-2012, 02:37 PM
RE: Ion Decode - [Pain] - 06-27-2012 02:50 PM
RE: Ion Decode - sidxx55 - 06-27-2012, 03:21 PM
RE: Ion Decode - iDENTiTY - 06-27-2012, 03:42 PM
RE: Ion Decode - iDENTiTY - 06-27-2012, 03:36 PM
RE: Ion Decode - micenx - 06-27-2012, 03:39 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication