Building your own Myspace.com with PHP

Submitted by Upgrade the web » A very detailed tutorial that goes through the creation of a community script with PHP and MySQL.
Rating: 3.2/5 | 3,788 clicks | 2 comments | 4 saves | share | report

Comments on this tutorial

zasulJuly 31, 2007
moderator

The ideea is good and the result is pretty decent but it cant be use. However very usefull and easy to follow.

zachholmanJuly 31, 2007
creator and administrator

I'll agree with zasul- it's a good tutorial on the basics, but *don't* put this into production use. I'd suggest trying out some other good tutorials on SQL injection:

http://www.good-tutorials.com/search/tutorials/sql+injection

...because you'd be screwed otherwise. For example, try logging into the sample app presented here with the following details:

username: test' OR 1='1
password: whatever you'd like

Easy access to any account on the server.

Discuss this tutorial

You must be logged in to comment on a tutorial.