Menu

#27 BannerXchange sql file change

closed
None
5
2002-08-12
2001-11-28
No

The sql file needs to be changed for adding more than
one banner to work. The sql should look like this:

CREATE TABLE nuke_bannerx (
xid smallint(6) NOT NULL auto_increment,
xname varchar(50),
xtext text NOT NULL,
PRIMARY KEY (xid)
);

All that's changed is removing 'default 0' and adding
auto_increment.

Would be nice to know who clicks on the banners, but
that'd be kinda tough to do with flash. Oh well.
Excellent work so far!

Discussion

  • Gordon Forsythe

    Gordon Forsythe - 2001-11-28
    • summary: BannerXchange --> BannerXchange sql file change
     
  • Marie Altobelli

    Marie Altobelli - 2001-11-29
    • assigned_to: nobody --> ladyofdragons
     
  • Johnny Robeson

    Johnny Robeson - 2002-08-12
    • status: open --> closed
     

Log in to post a comment.