Results 1 to 2 of 2

Thread: Members Area - Update Content

  1. #1
    jovisuk Guest

    Members Area - Update Content

    Hi Guys,

    I hope I've posted this in the correct area?

    I'm looking for some advice and help?

    I am creating myself a website, but would like to have some of the content on some of the pages updated by other people who can log onto the website and log into a members area and add their content which then appears in pre-defined area's.

    For example, the homepage will be online and I would have a "News" section, to which I want several users to be able to add content - how do I create a members (Or Admins) area that will allow me to do this?

    Any help is appreciated.

    Jovisuk

  2. #2
    Join Date
    May 2010
    Location
    Riverside, Ca
    Posts
    241
    Well, here is about what you need to do:

    1) Learn PHP/MySQL http://www.tizag.com/phpT/index.php http://www.tizag.com/mysqlTutorial/

    2) Learn PHP Sessions http://www.tizag.com/phpT/phpsessions.php

    3) Create an admin login page that will allow access to these forms. http://www.tizag.com/phpT/postget.php

    4) Create the form pages and save all changes in a database.

    5) Program your website to get the information from the database and display the content. (Using PHP)

    That is the super quick run down of what you need to do. As for the actual code, make sure you have at least taken a look at PHP first, so that you can understand any code someone gives you here.

    http://www.php.net
    "The generation of random numbers is too important to be left to chance."

Similar Threads

  1. Need help with new website members area
    By AlskiK in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 22 Jan 2010, 09:53 AM
  2. admin area or members area security things!?
    By TheBatmanOfPHP in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 09 Nov 2009, 02:05 PM

Tags for this Thread

Posting Permissions

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