Putting together an Admin for PHP/Mysql

Discussion in 'Programming' started by dannbkk, May 24, 2007.

  1. #1
    I am trying to put together an admin for my CMS I have done in MYSQL and PHP so its easier to add from the backend. can anyone help me with the code I am trying to put together. Please PM me if you would like to help, thankyou.
     
    dannbkk, May 24, 2007 IP
  2. Fold

    Fold Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm not willing to give you personal one to one help, but if you've built a site in PHP I assume you already know how to query databases and construct pages from the resulting data?

    Building an admin area is a very simple extension of that knowledge.

    I suggest you take a crack at it yourself then come back with any specific questions.
     
    Fold, May 25, 2007 IP
  3. stugs

    stugs Peon

    Messages:
    157
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How are you getting data into your CMS? If you don't already have an admin section it's just database queries ;)

    Go get http://www.fckeditor.net/ and use it to post into and edit your content.
     
    stugs, May 25, 2007 IP