PDA

View Full Version : Html Question



abu_has_the_power
09-10-2003, 01:31 PM
anyways, i am trying to make a page where the guy and go in, and enter his or her name, email, phone #, watever, and the emails and names and stuff will be displayed in a list?? i'm pretty sure u can do it, i just can't program for beans. and i want it to work so that the guy can't see the list until he/she enter's his/her info. help me out

Ynhockey
09-10-2003, 02:00 PM
Umm... you'd have to learn PHP for that, with a MySQL database.

If you just want to make a forum that will ask the user for data, consult this reference:
http://www.ynhockey.net/guide/htmlch7.php

Although you might want to read the whole guide.

As for displaying data that other users entered, you CAN use XML, but i'm really not sure how to append to an XML file (nor whether it's possible without good knowledge of XML).

PHP/MySQL is a much better choice though, I could give you the code if you want, but first, it's better if you get an understanding of how PHP works and experiment with it a bit...

Use www.php.net for reference.

abu_has_the_power
09-11-2003, 06:38 AM
thanks a lot. just so u know, if my 1st post wasn't all that clea, i am trying to make a website where people can go on, be prompted to enter their Name, Email, Phone #, yada yada, and then linked to the site where all the entered names and info get displayed in a list. i'll check it out

balamm
09-11-2003, 06:47 AM
I think you should be able to do all that in asp but I'm not sure it would be secure. Is it on your own computer or remote hosted?

4play
09-11-2003, 06:58 AM
that would be very easy to do with perl


http://www.cgi101.com/
that has a nice guide to show you how to do what you want.
you will need to have a host that has mod perl installed though. ;)

abu_has_the_power
09-19-2003, 01:05 PM
Originally posted by balamm@11 September 2003 - 06:47
I think you should be able to do all that in asp but I'm not sure it would be secure. Is it on your own computer or remote hosted?
it might be hosted on my computer or remote hosted, most likely, mine

abu_has_the_power
09-19-2003, 01:06 PM
Originally posted by Ynhockey@10 September 2003 - 14:00
Umm... you'd have to learn PHP for that, with a MySQL database.

If you just want to make a forum that will ask the user for data, consult this reference:
http://www.ynhockey.net/guide/htmlch7.php

Although you might want to read the whole guide.

As for displaying data that other users entered, you CAN use XML, but i'm really not sure how to append to an XML file (nor whether it's possible without good knowledge of XML).

PHP/MySQL is a much better choice though, I could give you the code if you want, but first, it's better if you get an understanding of how PHP works and experiment with it a bit...

Use www.php.net for reference.
u already have the code for wat i'm asking ready? wow