Search results

  1. natsuki

    Word Assoation Game

    memory > ROM
  2. natsuki

    Upload a file

    thinking about it there should be at least one line of text in that page (the ones I highlighted) <?php $gameid = $_POST['gameid']; $player1 = $_POST['player1']; $player2 = $_POST['player2']; $winner = $_POST['winner']; mysql_connect("host", "username", "pass") or die(mysql_error())...
  3. natsuki

    PHP Screwing Up

    try removing or commenting the include("....rightable.php");.... temporarily and see if it loads the rest of the includes
  4. natsuki

    java help with codes (please)..

    woah that IS Java and it's waay different from javascript(ECMAScript). Dunno much who knows any java here... that's not even a script it's a complete oo code for an app..
  5. natsuki

    Whats your Web Design Project?

    Yeah and Lua is an extensible extension, I do know there is a library for mysql for Lua, but dunno if there is one for PHP (PECL). And yeah it can return multivalues, and assign to multivalues too. There's no object it's pure procedural but you can use the table type to make almost any object or...
  6. natsuki

    Whats your Web Design Project?

    The manga reader thingie I'm actually going to use for my own site.^^ But that can be done too. Actually, anyone can use it, all my stuffs are always totally free. GNU GPL License. http://test.kiddragon.co.cc/manga The RPG is something like an animeish (Ragnarok but with art instead of sprites)...
  7. natsuki

    PHP - MySQL

    i'm not quite sure if php automatically converts a null into sql NULL, if not then that could be a problem.. try mysql_query("INSERT INTO ".$_POST['table']." (".$_POST['c1'].", ".$_POST['c2'].", ".$_POST['c3'].", ".$_POST['c4'].", ".$_POST['c5'].", ".$_POST['c6'].", ".$_POST['c7']."...
  8. natsuki

    Upload a file

    Then you should double check it, it is syntactically erroneous it's a T_CONSTANT_ENCAPSED_STRING issue. It should be $filename = $player1 . " vs " . $player2 . " on " . $map; // or $filename = "$player1 vs $player2 on $map"; // or $filename = $player1 . ' vs ' . $player2 . ' on ' . $map; with...
  9. natsuki

    [game} Rename the person above you

    zapperpost >> zipperpost
  10. natsuki

    Guess Who Posts Next

    he HAS to be smith
  11. natsuki

    Whats your Web Design Project?

    I'm making a Manga Reader thingie (should that be manga viewer) but it's still waay too far from completion. At the bare minimum the core is set up so it should work. You can see the progress so far here: http://test.kiddragon.co.cc/manga no bashing pls xP. I don't have/made graphics yet that's...
  12. natsuki

    Count to 1 Million

    402 4 o 2
  13. natsuki

    Guess Who Posts Next

    NAH, I guess smith or mitch
  14. natsuki

    The Ctrl+V game

    http://kiddragon.co.cc/oekaki/pictures/OP_5.jpg
  15. natsuki

    My Codes and Stuffs

    I just want to post the link to my oekaki site http://kiddragon.co.cc/oekaki/ if you like to take a peek. And, I've posted lots of my codes from the things I'm doing. Most are just experimental and basically form the foundations of my scripts. I'm always posting them here if you...
  16. natsuki

    Game: Translate your name in words

    Not Actually True Since Umbrella Kills Igloos
  17. natsuki

    [game} Rename the person above you

    Mitch >> {
  18. natsuki

    The Ctrl+V game

    $lang ['sys_spy_fleet'] = "Fleet";
  19. natsuki

    Guess Who Posts Next

    nah, i guess smith as well
  20. natsuki

    Count to 1 Million

    400 which is 999,600 to a million
Top