![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: Sep 2010
Posts: 649
|
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!!!
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
|
No syntax error that I see...
__________________
Mechanical Bunny Media Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
|
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
__________________
Mechanical Bunny Media Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Sep 2010
Posts: 649
|
Finally got it, but seem now i'm getting a 500 error when i try to visit the page
![]() Crap think i'll do something else for now ![]()
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 | |
Confirmed User
Industry Role:
Join Date: Sep 2010
Posts: 649
|
Quote:
![]() Damn dindt see measurements was there twice ![]() Thanks!!!
__________________
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |