Admin Interface

Discussion in 'PHP' started by naopublic, Aug 20, 2012.

  1. #1
    I am looking to create a admin interface where the user can create and edit pages say for example in a mywebsite.com/usersdomain without them needing to gain access to the cpanel. How would I go about doing this, any suggestions or tutorials?
     
    naopublic, Aug 20, 2012 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #2
    If you have a system like WordPress or Joomla they can create pages on the website... or do you need them to be able to upload html pages?
     
    sarahk, Aug 20, 2012 IP
  3. shubhamm

    shubhamm Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    You can use CMS

    & Yes it can be done manually you just have to know php and mysql then make functions to edit the Pages .
     
    shubhamm, Aug 20, 2012 IP
  4. InstaCoders

    InstaCoders Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You may also want to check some of the dhtml/ajax tutorials as well that allows users
    to edit a page directly in their browser in real time versus a full complete CMS. While you would
    still need to integrate a login system using some sort of dynamic code (php, asp, cgi, etc)
    but it may be just as easy. I would think it depends on your approach and knowledge.

    Let us know and I could help with some examples.
     
    InstaCoders, Aug 25, 2012 IP
  5. naopublic

    naopublic Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5
    That was my aim rather than utilizing a CMS. I was also intending to intergrate a login system as well as a form of dynamic code that would be able to create a subfolder and defualt pages. Pretty much a site within a site, which when created it would also create a member system unique to that subfolder.The idea is greatly out of my reach and time consuming especially since its just me at the moment but that is what I am hoping to achieve.
     
    naopublic, Aug 27, 2012 IP