1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


PHP: Building your own Myspace.com with PHP

  1. Clicks today:
    0
  2. Clicks this month:
    3
  3. Overall rating:
    2.86/5

PHP » Forums — over 4 years ago
A very detailed tutorial that goes through the creation of a community script with PHP and MySQL.

Comments

avatarzasul over 4 years ago

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

avatarholman (administrator and creator)over 4 years ago

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.

Your Comment

You must be logged in to post a comment.