View Single Post
  #12  
Old 12-10-2006, 03:27 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Direct Product Enquiry Form

Found the reason for the access denied issue...

In enquire.php

change

Code:
header("Location: product.php?productid=".$productid."&sendenqok=1");

to

Code:
header("Location: product.php?productid=".$XCMproductid."&sendenqok=1");

My mistake
__________________
xcartmods.co.uk
Reply With Quote