+ Reply to Thread
Page 79 of 363 FirstFirst ... 2969777879808189129179 ... LastLast
Results 781 to 790 of 3627

Thread: Clipboard Game

  1. #781
    Jaan Guest

    Re: Clipboard Game

    Code:
    http://www.rate.ee/video.php?video=7443

  2. CODECALL Circuit advertisement

     
  3. #782
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Clipboard Game

    Code:
    Bleeding Love (Dance Mix)

  4. #783
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    http://www.nightskyinfo.com/sky_highlights/hunters_moon/full_moon_small.jpg

  5. #784
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Clipboard Game

    Code:
    Pop
    Edit: I see you've reached guru-status, chili. Nice job.

  6. #785
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    <?php
    mysql_connect("localhost","root","db_pass");
    mysql_select_db("test");
    
    $numbers = array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100);
    
    foreach ($numbers as $n) {
    	mysql_query("INSERT INTO numbers (numbers) VALUES ('$n')");
    }
    
    $result = mysql_query("SELECT * FROM numbers");
    
    while ($row = mysql_fetch_array($result)) {
    	echo $row['numbers'] . "<br />";
    }
    ?>
    Thank you Edit: link

  7. #786
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Clipboard Game

    Code:
    Come with Me (Rob Mayth Radio
    Yeah.. he is a good member

  8. #787
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    Mc48jdrp

  9. #788
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Clipboard Game

    Edit: link
    Oh, I see it was announced while I was in Greece. I suppose that's why I haven't noticed it before now.

  10. #789
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Clipboard Game

    Code:
    Hakimakli
    You have a long way though.. to reach me
    Keep it up anyways!

  11. #790
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Clipboard Game

    Code:
    who died of asphyxiation after
    observing the destruction of Pompeii by the
    79 A.D. eruption of Mount Vesuvius.
    how was greece?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intercepting Clipboard events
    By mnirahd in forum C and C++
    Replies: 1
    Last Post: 02-01-2011, 12:49 PM
  2. The Clipboard - VB.NET
    By Vswe in forum Visual Basic Tutorials
    Replies: 2
    Last Post: 11-13-2009, 08:14 AM
  3. Copy To Clipboard Help - Probably easy fix...
    By Souluna in forum JavaScript and CSS
    Replies: 1
    Last Post: 07-07-2009, 05:16 AM
  4. Clipboard
    By dirkfirst in forum C# Programming
    Replies: 3
    Last Post: 07-14-2006, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts