Oh wow, I never knew 4chan had text boards! This is really cool, anyways I've been looking to get into php recently can you guys recommend any good resources.
Thanks in advance
Name:
Anonymous2009-07-05 12:05
Why not!
In this website you'll find the greatest PHP book ever written (and it's free too):
I recommend you try coding something small and practical for practice! You know like a little blog script or a textboard script! Something easy! You will learn a lot as you make it!
>>10
If he knows how to code so much why is he hiding behind Anonymity! Show me some proof!
Name:
Anonymous2009-07-05 13:47
>>11
What is wrong with you? He does not `hide' behind Anonymity, he just does not need to distinguish himself with a name, and that's why he is here, and not on reddit/xkcdforums. And you dare to deem other people trolls? Nobody has to prove anyone here anything, this is a free BBS, (and an anonymous one).
Oh, and of you need proof, we can organise a code showdown, me vs. Mr.Anal Ribs. Choose between C, Haskell, LISP and x86 ASM, and prepare to be proven wrong, you anus.
Name:
Anonymous2009-07-05 13:50
I like the idea of a code showdown. Let's get this going.
OK, I'm serious now;
Implement a game of flip* using curses.
*You are given a NxN board, all squares unflipped. You choose squares one after another, and after choosing each square, all adjacent squares are flipped. The goal is to flip the whole board.
Write a tripcode cracker WITHOUT a library call to crypt(3) (write it yourself fuck nuggets). Fastest wins.
WITHOUT ... crypt(3)
Fastest wins.
Nice redundancy there.
Name:
FrozenVoid2009-07-05 23:33
Write a tripcode cracker to go fuck yourself.
Name:
FrozenVoid2009-07-06 4:41
>>31
Actually I've planned to write a fast tripcode cracker, except i'm busy right now with compression algos.
>>34 Not escaped properly;
<input type="button" onClick="alert('This is an Event Handler')" value="Click this" >
_____________________________________ http://xs135.xs.to/xs135/09042/av922.jpg
I can understand how they wouldn't let in those wild jungle apes, but what about those really smart ones who live among us who roller-skate and smoke cigars?
Name:
FrozenVoid2009-07-06 8:21
This will also work:
<input type="button" onClick="alert(\'This is an Event Handle\')" value="Click this" >