Jump to content

HTML Registration Help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Steveandthehatter

Steveandthehatter

    Newbie

  • Members
  • Pip
  • 1 posts
Ok so I am trying to do the registration part to my website but no one seems to be able to help me. All I really want is some place to put their name and such info and their email address for the time. Can anyone help me out or point me in the right direction?

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Youd need to setup a form on the HTML side.
If your storing it you could do a database.
then you should just use some basic php stuff to figure out the data they input.

HTML Tutorial - html help
PHP: mysql_connect - Manual - connect to a database

#3
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
The HTML <form> tag can do what you want - then simple PHP and MySQL to store the data in the database. Alternatively, for a contact form, you could simply have the script send you an email.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#4
hkp

hkp

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
for that you can use <form> And after designing web page you need to connect it will database. you can use php and mysql to store the data in the database.

you can learn it form this site.


Login PHP Script - Login PHP - Free Login PHP Script

_____________
Design a website