PHP Form Script - To Submit Articles

Discussion in 'PHP' started by dcristo, Jan 3, 2006.

  1. #1
    I am looking for a really non complex php form script which will allow visitors to submit their own articles for publication on my site.

    I have tried one script without success, anyone know of any good one's which are easy to setup?
     
    dcristo, Jan 3, 2006 IP
  2. onlyican.com

    onlyican.com Peon

    Messages:
    206
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    use a Wiki or WordPRess,

    To do a script, you would have to find out if they are logged in

    If Yes
    have form,
    IF form completed
    Insert into MySQL
     
    onlyican.com, Jan 3, 2006 IP
  3. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #3
    Now for the english translation dude :D

    Ideally I wouldnt want to mess with a MySQL db if I didnt have to.
     
    dcristo, Jan 3, 2006 IP
  4. ajayr

    ajayr Active Member

    Messages:
    322
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Shameless self-promotion ahead :)
    You can use FormBuddy to get the form data to you and then publish it in your website.
     
    ajayr, Jan 3, 2006 IP
  5. onlyican.com

    onlyican.com Peon

    Messages:
    206
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The only way of users adding data is for them to add a row to the database.

    Then to show the page, you tell the browser to get the information from the database, it is easy, it will take time to build, You are only looking at about 100 lines of PHP code.
     
    onlyican.com, Jan 3, 2006 IP