+ 1
How do i update a website i created
Like updating pictures, writeup and other stuff
2 Respostas
+ 1
Hi! if you have created a regular static website with simple html pages, then you can update it by manually editing the text and tags, insert links for new photos, etc. if you have a complex site created on any engine (cms), then you need to edit it through the site's admin panel.
+ 1
if you have created it, how could you ask this question? you just update files on server, as you've done at creation ^^
... or are you meaning to interractive update? where you could update page from the browser? then you should look at CMS (content management system), because they are designed for doing such stuff, greatly easiest than by implementing all the client/server stuff required ;)