Jump to content

Help| Building a client a control panel

- - - - -

  • Please log in to reply
3 replies to this topic

#1
dada10000

dada10000

    Newbie

  • Members
  • Pip
  • 4 posts
Hello my name is Daniel and I am 16 years old

My friend asked me to build his business a website that include a control panel that he chould log in to and create new pages (using the design I will make) and adding text and pictures.

I am new to this and I would appreciate if you would tell me how can I build a page that allows me to create pages dynamically while the site is deployed and running on a server

Thanks ahead Daniel

#2
taburetka

taburetka

    Newbie

  • Members
  • PipPip
  • 11 posts
You'd better use a CMS or some "site building" software if you are new to web development and just need to create a single site.
Otherwise - PHP, JS, MySQL etc :)

#3
dada10000

dada10000

    Newbie

  • Members
  • Pip
  • 4 posts
I am been programing for a few years now and been building a numerous number of sites but I have never tried to create a page dynamically while it was deployed .

I have been trying to find information how such thing should be dun but I couldn't find anything

If some one could reference me to a tutorial or something (even how this procedure is called) I will appreciate it.

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
The main point is, the page creator will store the id and content in a database, and if you view the dynamic address (&id=22 or &page=foobar-id) it will then pull the article associated to those ids.

You're reinventing the wheel, I would recommend you find an existing content management system and build off of that, otherwise it is a lot of work (unless it is very simple page generation, then you can still follow what more simple CMS softwares do)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users