Creating a Web-Based UI for Storing Niche Articles

7 replies
I'd like some feedback (or links if it exists) about creating a VERY SIMPLE, web based script, UI, etc that would do this:


1. User would log onto site and be present with several input fields and a submit button. Let's say you have 6 fields:

ARTICLE TITLE

ARTICLE KEYWORDS

INTRODUCTION PARAGRAPH

MAIN BODY PARAGRAPH

CONCLUSION PARAGRAPH

RESOURCE BOX


2. When They hit "submit" the data would be saved as an sql on one of the typical hosts like godaddy, bluehost, hostgator etc

3. Data could be exported at will (I'm assuming you'd just have to log into your hosting account and download/export the data)

If you know of a script or something that already exists like this or you are developing and would like to sell it, let me know...
#articles #creating #database #gui #niche #sql #storage #storing #webbased
  • Profile picture of the author newmoon
    Hello,
    It should be quite easy. I am giving codes for first step with no security check, no escaping. please do that yourself later. keeping in two pages so it is easy for you to understand. code for PHP.

    i see the codes are garbaged. so added as attachment. please check that.
    {{ DiscussionBoard.errors[2155607].message }}
    • Profile picture of the author iSoftware
      Originally Posted by newmoon View Post

      Hello,
      It should be quite easy. I am giving codes for first step with no security check, no escaping. please do that yourself later. keeping in two pages so it is easy for you to understand. code for PHP.

      i see the codes are garbaged. so added as attachment. please check that.
      wow,thanks for taking a crack at this -will the database have to be setup by me?
      {{ DiscussionBoard.errors[2330274].message }}
  • Profile picture of the author Peter Olson
    If your still looking for something like this let me know. I can do this w/ drupal... in fact I did it a month or 2 ago so I could manage my in house articles.
    {{ DiscussionBoard.errors[2318657].message }}
    • Profile picture of the author iSoftware
      Originally Posted by icevapor View Post

      If your still looking for something like this let me know. I can do this w/ drupal... in fact I did it a month or 2 ago so I could manage my in house articles.

      yes,kind of.....why drupal vs. wordpress?
      {{ DiscussionBoard.errors[2330269].message }}
      • Profile picture of the author Peter Olson
        Originally Posted by moneykws View Post

        yes,kind of.....why drupal vs. wordpress?
        Drupal has a very sophisticated content type system that wordpress can't even compete with. Even wordpress's 3.0 release that allows you to create different "types" of content still doesn't hold a candle to drupals system.

        In drupal you can create a "article" content type. You can create unlimited fields (title, intro paragraph, main body, conclusion, etc...). Then you can create sophisticated lists of the information and sophisticated user access.

        ...all of this with out writing a single bit of code...
        {{ DiscussionBoard.errors[2332200].message }}
  • Profile picture of the author layouts4you
    this would be very simple to build. if all your wanting is a way for people to insert articles and then a way to download them. you can have it where you have a csv export in a admin panel to be able to download them pretty easy.

    are you going to be the only one downloading the articles or are you going to have users that can download them?

    are you going to need a payment processing part to be able to charge people for access?

    there are alot of variables to this to be able to make it exactly as you want it.
    {{ DiscussionBoard.errors[2318680].message }}
  • Profile picture of the author Peter Olson
    Yeah I agree. But basics can be layed out then other features added later.
    {{ DiscussionBoard.errors[2318762].message }}

Trending Topics