View Single Post
  #4  
Old 03-10-2005, 02:31 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Quote:
Originally Posted by crazytees
I need to do something similar with PHP. I need the following PHP to run on my home.php page. Where should I add it for it to be included on the home.php?

Code:
if($_GET['a_aid'] != '') print "[img]http://www.crazytees.com/affiliate/scripts/t2.php?a_aid=".$_GET[[/img]";

you could require this in home.php the same as categories.php is or just do the same thing using smarty code in the templates. use things like

Code:
$smarty.get.a_aid ne ""
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote