If nobody knows what piczo is it basically builds a site for you. You give your site a name and stuff then you get like an admin cp when you log in, you can add a picture, add text, add new pages ect.

Could a similar site be made in php?

I know forum software can be made in php and i am planning on starting to build a very simple on in a few months but can you build a site that makes simple webpages?

Please don't reply saying HOW to make this, im new so it will be a waste of your time, i just need to know if you can or not.

THANKS 😃

    It can be made incorporating PHP. This is to say, it will require other languages, but PHP can play a major role...

      What other languages? If you mean html, xhtml, css, javascript i know them and will be much better at them when i come to make this lol.

      If another language is involved what would that be? and what do i need them for?

        A site like that will require a very extensive use of Javascript. It is more about Object Positioning and creativity than anything. Learn the DOM inside and out.

        Of course, you'll need a place to store all of that information and PHP with a database, such as MySQL is going to be necessary.

        Good luck!

          Write a Reply...