Jump to content

PHP Portfolio


liamloveslearning

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.