Results 1 to 7 of 7

Thread: Html Question

  1. #1
    abu_has_the_power's Avatar I have cool stars
    Join Date
    Apr 2003
    Posts
    6,447
    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

  2. Software & Hardware   -   #2
    Ynhockey's Avatar Poster
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    406
    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.

  3. Software & Hardware   -   #3
    abu_has_the_power's Avatar I have cool stars
    Join Date
    Apr 2003
    Posts
    6,447
    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

  4. Software & Hardware   -   #4
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    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?

  5. Software & Hardware   -   #5
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    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.

  6. Software & Hardware   -   #6
    abu_has_the_power's Avatar I have cool stars
    Join Date
    Apr 2003
    Posts
    6,447
    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

  7. Software & Hardware   -   #7
    abu_has_the_power's Avatar I have cool stars
    Join Date
    Apr 2003
    Posts
    6,447
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •