I need some advice from you, hope you can help me.
I'm working on my very first full project, that includes PHP scripts, MySQL DB and CSS/HTML design. It's basically an image upload and hosting service, that should allow user accounts, registration and photo album management. It's not a commercial project, it's just something that will help me understand the principles or programming and organization.
I will be working with PHP for the first time ever (one of the goals of this is learning the language). I already have a scenario that is too long to post it here, so I'll be quick explaining what I actually need help with.
I have planned the DB, containing tables: USERS, ALBUMS and IMAGES. Hope that's ok, if someone else have any different ideas, please post it if you want. What I really need help here is the scripts. What scripts I should/can use for best performance? Here's what I had in mind and on paper:
- Registration.php (a script that will allow the users to register new accounts)
- Login.php (a script that will allow the users to login)
- Upload.php (of course, the script that will upload the images to the server/database)
- CreateNew.php (this should allow users to create new albums to store their images)
And now I'm wondering how to do the whole user account panel. Any suggestions what would I need? I'm kinda stuck here with the planning, totally crushing into a dead-end.
If someone can help me further, I'd be very, very grateful. You guys always been helpful, that's why I'm asking you again.
THANK YOU!
P.S. I hope this thread doesn't break any rules, because there is no code, and there is no code because I haven't wrote any yet. I'm also positive that this thread might also be useful to new programmers like me.
THANK YOU AGAIN!

New Topic/Question
Reply




MultiQuote





|