Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » I need database help and info!
Closed Thread
Old 03-30-2009, 04:27 PM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2009

Location: San Marcos CA

Posts: 15

Hereisfun is on a distinguished road

Send a message via AIM to Hereisfun
Default I need database help and info!

Im completely new to this "database" stuff and I have no clue were to start!
I want to make a comment box thing on my website and iv heard i need to make a database using Mysql and php.
Where do i start???:freak:

Any help will be great:happy:
Hereisfun is offline  
Old 03-30-2009, 07:08 PM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: I need database help and info!

YouTube - PHP Simple Login System Tutorial Part 1

In the beginning of this video, I show how to create a database with PHPMyAdmin (most webhosts have this) and then connect to it using PHP. The end of the video shows how to insert records into the database table.

This video tutorial is for a login system, however it uses the same principles that you will need, and if you know any PHP you should be able to modify it to suit your needs.
__________________

Need website help? PM me!
CrazeD is offline  
Old 03-30-2009, 07:41 PM   #3 (permalink)
 
Newb Techie

Join Date: Mar 2009

Location: San Marcos CA

Posts: 15

Hereisfun is on a distinguished road

Send a message via AIM to Hereisfun
Default Re: I need database help and info!

Hey thanks, I'm watching the video now.
What are you using to type the code in? It recognizes the codes.
Would dreamweaver work?
Remember i'm new to this, learning all this as i go, and some books
Hereisfun is offline  
Old 03-31-2009, 05:35 PM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: I need database help and info!

I'm using EditPlus 3, but any text editor will work. Some are made for programming and so they have highlighted syntax, auto indenting, line numbers, and so on.

Yes, Dreamweaver will work too, although you won't be able to use the design view like you can with HTML.

EDIT: Oh, and if you're planning on doing this on your home computer, you might want to take a look at my Apache/PHP/MySQL/PHPMyAdmin tutorial. If you want to use PHP scripts on your home computer, you'll need to have a webserver (Apache) and PHP installed and configured, and then you'll need the MySQL server if you want the database functionality, and of course PHPMyAdmin to manage MySQL.
__________________

Need website help? PM me!

Last edited by CrazeD; 03-31-2009 at 05:37 PM.
CrazeD is offline  
Old 04-01-2009, 05:50 PM   #5 (permalink)
 
Newb Techie

Join Date: Mar 2009

Location: San Marcos CA

Posts: 15

Hereisfun is on a distinguished road

Send a message via AIM to Hereisfun
Default Re: I need database help and info!

Alrighty cool.
Thanks for the help, when i get home i will follow the directions>
Thanks!
Hereisfun is offline  
 
Closed Thread

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