liamloveslearning Posted November 4, 2008 Share Posted November 4, 2008 Hi everyone, its been a while since ive used php and back then i only understood the very basics; Anyway what the problem is, is that I told a friend id have a go at building his website for him; He requires 3 page site, (homepage, bio, blog) where in this case his index page is his portfolio. the index will show 10 pieces of work along with a description for each piece and the category it belongs too. However as he doesnt know how to work with html code he requires a page he can visit where he can browse for his latest work, type a description and choose a category for it and then submit it where this work then goes to the top of his index page (if this makes sense), sort of like www.daninko.ca What im wondering is will their be a tutorial for this on the web somewhere, and if their is what do i search for? or can anyone give me clues on how to do this so i can try and rejog my memory, thanks alot; sorry if this post is a bit "blurred" Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/ Share on other sites More sharing options...
revraz Posted November 4, 2008 Share Posted November 4, 2008 Not too hard. For your queries, just do a query and ORDER BY date DESC, LIMIT 10 Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682459 Share on other sites More sharing options...
blueman378 Posted November 4, 2008 Share Posted November 4, 2008 Hi mate. I have a very basic gallery setup which you can use if you like. when i say very basic i mean it has no validation or clensing in it at all (was only used for me so didnt require it) it has basically what your friend wants where he selects a picture types in a name and a description it then uploads the picture and enters the stuff into the database. is that what you are after? it will require some modification but should be easy (it was built in a hour lol) Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682464 Share on other sites More sharing options...
liamloveslearning Posted November 4, 2008 Author Share Posted November 4, 2008 hi blueman, yeah thats amazing if you could, thats what ive been looking for just now anyway thanks a lot Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682466 Share on other sites More sharing options...
blueman378 Posted November 4, 2008 Share Posted November 4, 2008 uploading for download... Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682484 Share on other sites More sharing options...
liamloveslearning Posted November 4, 2008 Author Share Posted November 4, 2008 thanks bud Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682489 Share on other sites More sharing options...
blueman378 Posted November 4, 2008 Share Posted November 4, 2008 Hi mate heres the link: http://webspirited.com/public storage/gallery.zip you need to create a database and then run the databasecode.txt through it. dont forget to change the username password and database name in constants.php ive included a couple of images i made to show you how it works lol. matt Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682494 Share on other sites More sharing options...
liamloveslearning Posted November 4, 2008 Author Share Posted November 4, 2008 hanks matt, this will help a great deal Link to comment https://forums.phpfreaks.com/topic/131406-php-portfolio/#findComment-682497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.