Wei Wang wrote:
if you are asking questions about specific scripts you will always be
better off in the message boards / mailings lists maintained by the
script owner.
However i will hazard a guess that you have not created the tables in
the db.

>CREATE TABLE guests (
>  guest_id
>    int(4)
>    unsigned
>    zerofill
>    DEFAULT '0000'
>    NOT NULL
>    auto_increment,
>  guest_name varchar(50),
>  guest_email varchar(50),
>  guest_time timestamp(14),
>  guest_message text,
>  PRIMARY KEY (guest_id)
>);
>
>  
>

-- 
http://www.radinks.com/upload
Drag and Drop File Uploader.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to