Looking for a code...

Kipkip

Join the Revolution
  • 967
    Posts
    21
    Years
    • Age 34
    • Seen Jun 24, 2007
    I was wondering, is there a code where you can make a form automated? What I mean is that when someone fills out a form and submits it, I want what ever the person filled out on a webpage automatically without it being e-mailed to me. I have been trying to find this kind of code for months.
    Thanks in advance.
     
    what do you plan to use this code for. thenill help.
     
    I'm going to use the code to have users submit content and it appearing on the site automatically. That means I won't have to deal with so many emails. :P
     
    You could use cookies. The effects would only last as long as the cookie session length that you set, though.

    Edit{

    Sorry, I thought you were doing something different, and I didn't see your previous post before I had posted. You could use PHP to write to a file, and display the file on your site.

    } // end Edit
     
    HellishHades said:
    You could use cookies. The effects would only last as long as the cookie session length that you set, though.

    Edit{

    Sorry, I thought you were doing something different, and I didn't see your previous post before I had posted. You could use PHP to write to a file, and display the file on your site.

    } // end Edit
    I have no idea how to do that.:confused: I want to learn PHP but I don't have enough time. :'(
     
    Simone said:
    I have a code that i wrote, its in PHP. But as i said you need a server that supports PHP.
    I have a server that support PHP. I want to learn PHP but I never have enough time.
    If his is the code I had been looking for, thank you!
     
    Imakuni? said:
    you may want to try php-fusion. https://www.php-fusion.co.uk. you nrrd mysql.
    No, that's a CMS. I'm looking for something that you can put into a webpage(s). Kind of like the thing you fill out when you make a post in a forum and when you hit submit, it appears somewhere else automatically. That's what I want.
     
    ooooooooo sorry. cant help there.
     
    You mean like a poll sort of? I don't know how to do that...O_o Where when they hit submit the information is sent to the sever and it adds itto the poll? I think I know what you are talking about but have no idea how to do it :P
     
    Hmm, you could probably do something like this using a mySQL database. Have it run kinda like a forum... o_O
     
    to do this you need a cms. thats all i know.
     
    Not really, you could simply do it using a forum like setting. >.o

    Or you could have it so that every page is a news system. XD
     
    He doesn't want it to send mail... he wants this so he'll stop getting the mail.
     
    Man. I thought I was bad a explaining things but now I realize I'm really, really bad. :laugh:
    Ok, here's is what I'm looking for:
    I want a script or code that:
    1. Has a user fill out an form(for example, a sign up form to sign up somewhere. I'm not sayong that I want a sign up form) like to write an article.
    2. Then when this user clicks "Submit" a webpage will be created(Like what a forum dose.) with whatever the user wrote in the form.
    3. Then another webpage will show a link to that article.(Sorry, I forgot to add that part before in my description.)
    I hope that clears things up. I think HellishHades got the closest in what I want.
    Wow. That was tough thinking on what to write. I don't think I can get any clearer. Of course, that is my writing skills.
     
    your describing a cms. thats wat a cms does
     
    The only problem with CMSs is that if people go swear it up it can be on the page for hours before you delete it... try a guestbook script XD. Or there are other CMSs at www.hotscripts.com, just go to the languages your server supports.
     
    Back
    Top