If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Totally New to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-04, 07:09
Headyntl Headyntl is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Totally New to MySQL

Hi everyone I am totally new to mySQL. I have unlimited mySQL on my host and I want to create some sort of form basically a resigstation page like the one you need to post threads here. I would any information on how to create the database in myadmin and also some guidance on how to link it to my webpage as well. I am totally new to this but I am pretty good with javascripting and pretty much all coding to be honest. I just need some good pointers and a push in the right direction to get things moving.
Reply With Quote
  #2 (permalink)  
Old 07-06-04, 07:59
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
Reply With Quote
  #3 (permalink)  
Old 07-06-04, 11:27
Steve T. Steve T. is offline
Registered User
 
Join Date: Sep 2003
Location: So. Cal. USA
Posts: 142
Howdy. I'm new, too. Find yourself a good tutorial utilizing the scripting language of your choice... I like PHP. In a PHP/MySQL scenario, you use PHP scripting in your code to establish a connnection to the MySQL db, use more PHP to compose SQL commands as strings, and then send those strings to the MySQL server.

Here's a tutorial I'm going through now...

http://www.freewebmasterhelp.com/tutorials/phpmysql

Hope it helps get you going...
--ST
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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