#1 (permalink)  
Old 06-28-07, 07:09 PM
mrmaxey mrmaxey is offline
Newbie Coder
 
Join Date: Jun 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
idea box

i dont know what to do with this but hell i need to create a idea box that fits in my website. it has to be utf8 written for me database.
but the worse part is i tryed before and everytime i **** it up so i quit trying.
i need some help cause it is actually easy to make but i just cant make the database for it im worse in mysql so could someone please make a simple idea box for me.
Futures have to be.
lil idea index the title names of the idea sorted on newest idea.

submit idea(special tab to submit futures:
1.name has to connect to database member id number
2. title of idea
3 idea box
4 submit button)

comment idea(small link on botton right of the page futures:
1.name has to connect to database member id number
2 the comment on the idea
3. submit.)
this must be placed under the idea itselfs

and please a mysql import file.
it has to fit in a site
you wouldnt know how greatfull i would be if someone couldt do this for me.

best regards
__________________
The noob ammong the noobs
Reply With Quote
  #2 (permalink)  
Old 06-30-07, 12:44 AM
mrmaxey mrmaxey is offline
Newbie Coder
 
Join Date: Jun 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
alright i understand no one would be willingly to help to bad
what i have done is read this tutorial nice but not really working i dont get why?
and even if it should work what for should i need a login for if i wanna transfer it in the same database this is what i have made this is the file what it looks like could someone please check it and help me with what i want ?
sql Code:
  1. my sql TABLES are
  2. CREATE TABLE `article` (
  3. `artid` int(5) NOT NULL AUTO_INCREMENT,
  4. `name` varchar(255) NOT NULL DEFAULT '',
  5. `title` varchar(255) NOT NULL DEFAULT '',
  6. `comments` text NOT NULL,
  7. `date_posted` date NOT NULL DEFAULT '0000-00-00',
  8. `categoryID` int(4) NOT NULL DEFAULT '0',
  9. `artchild` int(5) NOT NULL DEFAULT '0',
  10. PRIMARY KEY (`artid`)
  11. ) TYPE=MyISAM AUTO_INCREMENT=30 ;
  12.  
  13. CREATE TABLE `categories` (
  14. `catid` int(5) NOT NULL AUTO_INCREMENT,
  15. `category` varchar(255) NOT NULL DEFAULT '',
  16. PRIMARY KEY (`catid`)
  17. ) TYPE=MyISAM AUTO_INCREMENT=3 ;

i hope now someone can help me (A)
__________________
The noob ammong the noobs

Last edited by Nico; 06-30-07 at 03:12 AM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript floating box? Hunter JavaScript 4 08-02-06 10:50 AM
Combo Box Question iamtat Visual Basic 3 10-18-05 01:49 PM
change drop down box based on textbox talax JavaScript 1 02-24-05 07:38 AM
Shout box, comment box, or search script. Need help to find all! Spreegem Script Requests 1 05-29-04 09:45 PM
From idea to inception at zero cost !!! JasonD General Advertisements 0 06-06-03 03:37 PM


All times are GMT -5. The time now is 11:37 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.