Hey,

I am looking for a way to create a Personal profile type for users.
Is their a open source software to do this or something ?

Cheers for help guys ;)

Recommended Answers

All 3 Replies

Not exactly sure what you mean by Personal Profile, but for most anything like this(dynamic pages) a database and server side like php would work. I'm sure there are free scripts out there.

hmm i mean like i create profiles for people.
but then i can link it a forum and insert it their ?

ok Yep still database stuff.

You'd create member ID's, associate each member's info with their respective ID's, then use server side language to "pull" the data and populate the profile page or forum profile or whatever you would need.

You probably wont find a catch all solution already written for you, but you can find php scripts similar to what you would need. Have you considered just using a CMS like wordpress? Since it doesn't seem like you have the experience to code all of this from scratch, WP would be the way to go.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.