Question

Where can I find tutorials about creating a social network (like db structure, sql query samples eg.) using PHP & MySQL ? I do not need a ready script, I just want to learn how to do it..

OTHER TIPS

Pretty hard to do one from scratch.

My opinion is that you should really break it into smaller pieces. Like, how to make a good log-in. How to keep the users into a database. What info do you need about them, what kind of social network should it be? Things like that. After you will put many many pieces together you will see the image from the puzzle and then you will wonder, what frameworks should I use to make my life easier? How will the network look like?

If you are just starting with php I don't recommend you starting with this. Learn to lurk before you leap.

I am not considering myself as a good PHP programmer, but I know the basic steps like creating a log-in form, uploading files eg.. I just want to know some specific things about social networking like creating friendship structures and how to query them. Let me show you something as an example of what i am looking for: http://www.communitymx.com/content/article.cfm?cid=A1A63

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top