View Single Post
  #12  
Old 01-12-2009, 05:35 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: banner in content

I doubbled checked folder & it's there 100% !

But I guess that function $banner.html giving loading problem in the banners.php file

following is banners.php file

<?php
srand ((double) microtime( )*1000000);
$numbanners = 2;
$banner = rand(0,$numbanners);
echo "<table align=center class=maincats bgcolor=white width=468><tr><td>";
include ("./banners/$banner.html");
echo "</td></tr></table>";
?>
if you type the url http://localhost/store/banners.php then it's working but not working inside the x-cart
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote