• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Search results

  1. Peter Shadeslayer

    Elegance -- Looking for Critique

    Hi. I'm looking for critique on my latest project, Elegance. It's basically a showcase for users where they can post poetry [for now], and eventually photography, writings, and other art. Users are also given a blog, which they may use if they wish. If you've got time, register and tell me what...
  2. Peter Shadeslayer

    MySQL Question

    More problems. T_T //Insert an update function inUpdate($title, $update) { $user = "Zack"; $query = "INSERT INTO updates (title, update, date, user) values('" . $title . "', '" . $update . "', CURDATE(), '" . $user . "')"; mysql_query($query) or die(mysql_error()); } ?> <?php...
  3. Peter Shadeslayer

    User Registration : PHP + MySQL

    Okay, heya! I'm trying to make a user registration script... not really sure how. I know I haven't cleaned up the input any, but here's what I have so far. If I use html entities and mysql_real_escape_string on this and use the whole isset() thing, will it work? $query = "INSERT INTO users...
  4. Peter Shadeslayer

    My Page is Stretching

    http://z-design.jenviousity.com In Firefox, it stretches. In Opera, Chrome, and even Internet Explorer 7, it does not. Any ideas why this is so?
  5. Peter Shadeslayer

    z-design

    z-design (lowercase z and d) is a design site run by me, Peter. I --try to-- make free layouts and tutorials. Please tell me what you think of the content and site layouts. :] EDIT: Link-- http://z-design.jenviousity.com
  6. Peter Shadeslayer

    Hello (what a pathetic title)

    I'm not going to tell you everything about myself. I'm a webmaster. I like books and music. I play piano. Hey.
Back
Top Bottom