Jump to content

Dynamic content websites


gffects

Recommended Posts

Hey guys I want to build a big project website and my ability with html and css is good I understand javascript and some php and some mysql.

 

Now big sites like youtube and facebook have their sites made by the user and it display specifically in certain positions on a page.

I would like my site to be able to do the same thing by the user adding the content and it gets put in the correct places and I know I can't just build it in html and css or I would have to hand code everytime there would be a change.

 

How to go about doing this for a website?

Link to comment
Share on other sites

There are a couple ways you could approach this:

 

-- Try to build something from scratch using a server side language (probably PHP, though there are others). It really depends on what sort of features/functionality you need, but this could be a time consuming/difficult. You might check out my PHP Login with OOP and MVC course (http://www.killersitesuniversity.com/courses/view/php_login_with_oop_and_mvc) as a place to get started, since I would assume you will need some sort of login/authorization system.

 

-- You could also find an existing project that has nearly all of the functionality you need, and modify it to fit your needs. HotScripts has a lot of free/lowcost/commercial scripts for you to look at: http://www.hotscripts.com/category/scripts/php/scripts-programs/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...