PHP Dynamic site

Orai

New Member
Hello, i'm quite new to this site, not sure if i'm using the right thread forum, but please tell me.

Anyways my problem today is dynamic site in PHP, does anyone know the right way or should i say the easy and steady way to go on to make a PHP site dynamic?

I've made a site now using basic html, css(.less) and php, my issue now is to make this site dynamic, i've never done this before therefor i'm posting this thread to get some insight, not the whole answer.

Thank you.
 
Last edited:

Cromewell

Administrator
Staff member
It very much depends on what you are trying to do. Unless you are set on writing something yourself your best bet is to grab a CMS (i.e. drupal, WordPress, etc) and use that for your site.

To overly simplify writing it your self, you need something to store your new content. A database, flat files, whatever, then you just read that content with php and display it appropriately.
 
Top