Results 1 to 2 of 2

Thread: How to code Step by step Content Management

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to code Step by step Content Management

    Hi everyone,

    I am newbie with the PHP code. I am developing for a dynamic website whereas user/admin can edit the content to be displayed in the page.

    1. I would like to have step by step code to do this. Let say if a link is clicked, the content page will display according to the variable. Only one page will be used to display the variable.

    2. Attached herewith the UI to show more details.

    Thank you

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Where are you storing your data? If in a database - you could do:
    PHP Code:
    $var mysql_function_that_you_are_using($row['text']);
    echo 
    $var
    Also - please upload your photo to: http://localhostr.com, the one you attached was to small for me to read.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

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