The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HELP HELP, html
rovielruiz
post Jul 6 2011, 10:52 PM
Post #1





Group: Members
Posts: 1
Joined: 6-July 11
Member No.: 14,891



Guyz can any one know how to create a database that will accept the people will register in my site

can i use exel as database that will accept the registry??
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 7 2011, 10:20 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Typically you do it with the control panel your host provides. Are databases included in your account?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Mahdi Eftekhari
post Feb 20 2012, 08:28 PM
Post #3





Group: Members
Posts: 3
Joined: 17-February 12
Member No.: 16,506



CODE
CREATE DATABASE Register
GO

CREATE TABLE
(
  email  varchar(50)  primary key,
  firstName varchar(25) NOT NULL,
  lastNaame varchar(30) NOT NULL,
  contactNumber char(12) NULL
) ON PRIMARY


This is a simplified suggestion. It all depends what information you want to keep, how you want to register and etc.

If this does not help provide us with more details.

Thanks
Mahdi Eftekhari
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 06:04 AM