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
Facility to upload pics and wording to website
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Facility to upload pics and wording to website
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.
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.