Facility to upload pics and wording to website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
crazylegs
Forum Newbie
Posts: 1
Joined: Sun Aug 03, 2008 11:59 pm

Facility to upload pics and wording to website

Post by crazylegs »

Hi,

Being a designer rather than a developer I'm new to PHP and wondered how easy or difficult it is to create a facility for my client to upload pictures and text to his website? Also need to know how to create next and previous page links for these pages.

Cheers
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Facility to upload pics and wording to website

Post by jaoudestudios »

Not to difficult once you know how, but that almost goes with everything in development.

If you have not done it before and are not a developer, then i would say quite difficult - as you will have to do the upload part, which is php only, then on the text part for the content of the website, you will need mysql and databases as well as php.

Keep me posted on what you decide, as over the next few weeks I might be writing some classes that do most of it for you.
Post Reply