Search results

  1. shades

    Review my custom blog!

    http://z1nk.co.cc/blog/ Spent a while coding it, runs on php/mysql. Features: Comments. IP Banning. (You can redirect the banned person anywhere) Links management. 2 files to edit if you want to theme it. Timezone setting (For the blog owner) Simple bot posting prevention. Next version...
  2. shades

    MySQL not inserting into database?

    Hmm, that's odd, I did it on my testing server, and it came up with the error when I had the quotes around it. Would you like me to rewrite it?
  3. shades

    MySQL not inserting into database?

    Change$check= mysql_num_rows('$result'); to $check= mysql_num_rows($result); :)
Top