View Single Post
  #55  
Old 01-16-2005, 08:43 AM
  shishapipe's Avatar 
shishapipe shishapipe is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: London
Posts: 47
 

Default

I have checked my SQL and i get in the database:

Code:
CREATE TABLE xcart_notify ( email varchar(100) NOT NULL , productid int(11) NOT NULL ); INSERT INTO xcart_notify VALUES ('TEST@shishapipe.net', 16246); INSERT INTO xcart_notify VALUES ('TEST@shishapipe.net', 16247);

So that seems to be working OK with people who have logged in, but NOT guests
__________________
Regards Maxking

SERVER: Microsoft-IIS/5.0
MYSQL Server: 4.0.18-NT
PERL: 5.006001
PHP: 4.3.6
X-CART pro: 4.3
X-AOM: 4..3
X-RMA: 4..3X-FancyCategories 4.3
Skin: Own Design
Marketing Manager Professional 3.0 Bundle
Reply With Quote