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
3 replies to this topic
#1
Posted 16 September 2011 - 10:01 PM
|
|
|
#2
Posted 17 September 2011 - 02:40 AM
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 :)
Otherwise - PHP, JS, MySQL etc :)
#3
Posted 17 September 2011 - 03:27 AM
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.
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
Posted 17 September 2011 - 03:59 AM
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)
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.
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


Sign In
Create Account

Back to top









