Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How do i add this mysql table
Old 05-19-2005, 07:48 AM How do i add this mysql table
Novice Talker

Posts: 5
Trades: 0
hi
i need some help
im installing a script and have to add a sql table
i know i can usually paste it into phpmyadmin but it wont accept the details

this is the table

CREATE TABLE ".$prefix."store_comments (
name varchar(100) NOT NULL,
product varchar(60) NOT NULL default '',
stars tinyint(1) DEFAULT '0' NOT NULL,
status tinyint(1) DEFAULT '0' NOT NULL,
comments text NOT NULL,
id int(60) NOT NULL auto_increment,
PRIMARY KEY (id))

the $prefix wont get accepted

how can I get this table into my database

Thanks
fernyburn is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-19-2005, 08:31 AM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
change $prefix into whatever the prefix is, or make it into a SQL query
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-19-2005, 08:37 AM
Uche's Avatar
Extreme Talker

Posts: 174
Location: Nigeria/Lagos
Trades: 0
Hi
What is the name of ur table ? INSERT INTO tablename
(name, blah, blah)
VALUES('blah', 'blash',);
__________________
Life is just lyke a school where everybody goes to learn one or two thing. the more u school, the more u learn more about school..The more we live our lifes.. the more we learn more about life.

Please login or register to view this content. Registration is FREE

Last edited by Uche; 05-19-2005 at 08:46 AM..
Uche is offline
Reply With Quote
View Public Profile Visit Uche's homepage!
 
Reply     « Reply to How do i add this mysql table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28838 seconds with 12 queries