![]() |
Mysql can't figure it out :((
I made some modification to a tube script to add a Pornstar section, now i want to modified it to add more info... But seem i'm always getting some syntax error
Working Table: PHP Code:
PHP Code:
Thanks!!! |
No syntax error that I see...
|
oh wait, you have measurements twice.
CREATE TABLE IF NOT EXISTS `pornstar` ( `PSID` bigint( 20 ) NOT NULL AUTO_INCREMENT , `name` varchar( 120 ) NOT NULL default '', `website` text NOT NULL , `views` int( 11 ) NOT NULL , `height` text NOT NULL , `hair` text NOT NULL , `born` text NOT NULL , `measurements` text NOT NULL , `performer` text NOT NULL , `astrology` text NOT NULL , `birthplace` text NOT NULL , `years` text NOT NULL , `weight` text NOT NULL , `ethnic` text NOT NULL , `related` text NOT NULL , `total_videos` bigint( 20 ) NOT NULL default '0', `about` text NOT NULL , `images` text NOT NULL , PRIMARY KEY ( `PSID` ) , UNIQUE KEY `name` ( `name` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 |
Quote:
Crap think i'll do something else for now :disgust |
Quote:
Damn dindt see measurements was there twice :thumbsup Thanks!!! |
All times are GMT -7. The time now is 11:51 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123