Search found 74 matches

by GenSwat
Sun May 08, 2011 11:04 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

Basically, players buy cards with numbers on them in a 5 x 5 grid corresponding to the five letters in the word B-I-N-G-O. Numbers such as B-2 or 0-68 are then drawn at random (out of a possible 75 in American Bingo, and 90 in British and Australian Bingo the above code is for american style bingo s...
by GenSwat
Sun May 08, 2011 10:44 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

OMG my first script with out help <?php /** * @author GenSwat * @copyright 2011 */ $number = rand(1,75); if ($number <= 15) { echo "B-"; } elseif ($number >= 16 && $number <=30) { echo "I-"; } elseif ($number >= 31 && $number <= 45) { echo "N-"; } elseif...
by GenSwat
Sun May 08, 2011 9:22 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

thats why i made it 150 height earlier, If this is a problem I wont make people forum sigs :(
by GenSwat
Sun May 08, 2011 9:12 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

np man anytime
by GenSwat
Sun May 08, 2011 7:45 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

Ok I fix,sorry about that
by GenSwat
Sun May 08, 2011 6:36 pm
Forum: General Chat
Topic: who likes Bingooo
Replies: 61
Views: 9514

Re: who likes Bingooo

ta2shop wrote:i guess you are the only one who likes it!! or at list did like it! :D
LOL :lol:

got bored checked out ur ink site made you a forum sig? :D

Image
by GenSwat
Sun May 08, 2011 4:56 pm
Forum: Suggestions
Topic: IRC?
Replies: 22
Views: 7992

Re: IRC?

that would be awesome.
by GenSwat
Sun May 08, 2011 3:31 pm
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Populating an Input field.

yes but the input box would contain the username and there is a pattern for the input boxes as in the image in the above post

and the names have to stay in first column so as they win the advance to the next column
by GenSwat
Sun May 08, 2011 2:21 pm
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Populating an Input field.

sorry, I am still a noob so hard to talk in terms, ok I am not sure on how to write the exact query, to get the usernames to insert into the Input fields on the other page, so that a user can visit and they can see the results. so as they sign up the page will constantly be updated.(filling of each ...
by GenSwat
Sun May 08, 2011 2:11 pm
Forum: Tutorials
Topic: MySQL and PHP for Dummies
Replies: 10
Views: 5970

Re: MySQL and PHP for Dummies

very nice break down, excellant.
by GenSwat
Sun May 08, 2011 2:03 pm
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Populating an Input field.

OK maybe I if I break down the pages and process. signup.php // place where users sigun up for the event and names submited to db dbconn.php//database connect info bracket.php // inputfields that will be filled with username based off number of signups. This will be the page also that users can come...
by GenSwat
Sun May 08, 2011 1:30 am
Forum: General Chat
Topic: Home remedy
Replies: 11
Views: 2242

Re: Home remedy

Sip gingerale if you have it, I would imagine you would. its light on your stomach and will come up easier then acidic things.
Never Drink Orange Juice with flu. Going down is fine coming back up omg like gasoline.
by GenSwat
Sun May 08, 2011 1:23 am
Forum: General Chat
Topic: Small banner creator
Replies: 30
Views: 4703

Re: Small banner creator

I likes it nice job m8
by GenSwat
Sun May 08, 2011 1:20 am
Forum: Introductions
Topic: Hola from Spain :)
Replies: 25
Views: 4707

Re: Hola from Spain :)

Tino wrote:Un coup d'état n'est pas possible à un societé quel n'existe pas.

I'm totally correct.
LMAO :shock: :lol:
by GenSwat
Sun May 08, 2011 1:15 am
Forum: Suggestions
Topic: Introductions
Replies: 12
Views: 2596

Re: Introductions

<?php

$unfriendly  = "Hello nice Now SAD Monday I'm";
$pieces = explode(" ",  $unfriendly);
echo $pieces[2] . "\n";
echo $pieces[5] . "\n";
echo '<font color="red"</font>';  
echo $pieces[3] . "\n";

?>
by GenSwat
Sun May 08, 2011 12:39 am
Forum: Introductions
Topic: Hola from Spain :)
Replies: 25
Views: 4707

Re: Hola from Spain :)

Tino wrote:I believe that means 'hello my friend'.

And that's about as far as my Spanish goes.

correctamundo <---is a Fonz ism "HappyDays" some may not be old enough to remember this american tv show.
by GenSwat
Sun May 08, 2011 12:36 am
Forum: Introductions
Topic: Hola from Spain :)
Replies: 25
Views: 4707

Re: Hola from Spain :)

ta2shop wrote:
GenSwat wrote:Hola mi amigo Welcome!
:lol: :lol: que tal? hablas español?
nada que no hablan espanol

Ok Don't want to start a Coup d'état (<-- is french)

And have everyone speaking spanish here... probly English speaking only here. sorry if this is not tolerated here.
by GenSwat
Sun May 08, 2011 12:26 am
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Populating an Input field.

Now I could querry the unique id's of each username into each input field through a mysql db.
$query = "SELECT * FROM id where id=1";. $result = mysql_query($query);. $row = mysql_fetch_assoc($result);. $contents = $row['content'];
by GenSwat
Sat May 07, 2011 11:51 pm
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Populating an Input field.

Sorry, I will try harder to come up with the correct names, yes populating an input field. I will be using this method and have it send to another page and insert the usersname into each one by userid. I am hoping this would be the easiest way. http://www.bastardsbrigade.com/genswat/brackettest.png ...
by GenSwat
Sat May 07, 2011 11:15 pm
Forum: Tutorials
Topic: Populating an Input field.
Replies: 21
Views: 4114

Re: Jacek

I believe it was your tutorial where you were sending data across and ending up in a text field. I'd be happy to look for it if you explain what on Earth you mean by that :lol: Maybe I should of stated You Submit/POST data from a testfield and send it to a textbox? Dun know? But the answer is below...
by GenSwat
Sat May 07, 2011 11:01 pm
Forum: Introductions
Topic: Hola from Spain :)
Replies: 25
Views: 4707

Re: Hola from Spain :)

Hola mi amigo Welcome!