Jump to content

Registraion stuff php help


Xoom3r

Recommended Posts

Hey guys, I need some help setting up a registration-signup-login system for my website.

I want it to be something like that:

http://www.fpsbanana.com/

 

LoL not same though.. simpler, but that users can submit content to the website.. and people

can rate and write comments about the files (in the downloads section). host limit to 5MB.

 

And also Private Message system, I don't want to download some ready code.. I want my

website to be custom made..

 

Please.. I am trying to solve all that up in the past two weeks.. and I still can't figure out how

to connect all these codes together.. Can anyone please be a good dude and post some code

so I could understand all that up?

 

And yes.. I'm using MySQL.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/102657-registraion-stuff-php-help/
Share on other sites

My advice is divide an conquer my friend.

 

the best technique is object oriented programming (oop)

you can divide those parts as module

 

for instance.

1. rate module

2. comment module

3. private message module

and so on..

 

then you can assemble this just like a puzzle into a bigger system.

 

do you have good understanding of OOP?

 

 

 

 

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.