September 13, 201214 yr I am working on a web design for a photographer and instead of him asking me to add new photos here and there I was wandering if there was a way to make some sort of mini content management system for him to just upload his picture and post it into the site? It is a coded site so doesnt use any CMS so far. What would be my best way to do this? wordpress with one "blog" page for pictures? or is there a script or two that i can use?
September 13, 201214 yr You could use Wordpress for that or you could create a mini cms for him to upload the photos but you would need to create a php script. There are probably scripts available to download if you dont know php.
September 13, 201214 yr Author I know php, but maybe not to that advanced level. I will talk with him see which would work best Thanks for advice!
September 13, 201214 yr I don't think its too advanced and if you're comfortable programming you would be able to pick up the php quickly. The login script is very easy to write. To upload files, you need to check the file type and file size. You then need to ensure its positioned in your design correctly.
Create an account or sign in to comment