Text saver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Suudsu2200
    New Member
    • Mar 2007
    • 17

    Text saver

    Again, a probaby newby question. (javascript)
    Ok, I want people to sumit their sites to me so I can post them. I want an input box and a button and when you hit the button the text inputed is sent to the bottom of the screen and saved there forever as a link.

    I have no idea in heck how to do this, Thanks!
  • quill
    New Member
    • Mar 2007
    • 12

    #2
    Originally posted by Suudsu2200
    Again, a probaby newby question. (javascript)
    Ok, I want people to sumit their sites to me so I can post them. I want an input box and a button and when you hit the button the text inputed is sent to the bottom of the screen and saved there forever as a link.

    I have no idea in heck how to do this, Thanks!
    For this you would need (unless there is some database interactive javascript out there) PHP and mySQL (a server side language and a database).

    The form would submit the information to the database, and the php would look up the database and display the information when the user visits the page.

    You could use Ajax (uses javascript), but you would still need to have a server side language and a database.

    Comment

    Working...