Page: [1] [2] [3] |
joetheeskimo5
Statusless Send PM Posts: 791
Threads: 37 Money: £2.56 (D) (+ Friend)
|
I doubt it. He doesn't know much PHP that I know of.
Shut up.
Total errors: 21/69
You needed 655 seconds.
|
22.01.05 02:39 Post #16 | [Hide Sig (2)] [Profile] [Quote] |
keeper
Statusless Send PM Posts:
Threads: Money: £0.00 (D) (+ Friend)
|
yeah joe would be good. annelid would be too....
|
22.01.05 17:11 Post #17 | [Hide Sig (0)] [Profile] [Quote] |
C1
Looking For Status Send PM Posts: 0
Threads: 0 Money: £0.18 (D) (+ Friend)
|
yeah joe would be good. annelid would be too....
Yeah Annelid would be.
I doubt it. He doesn't know much PHP that I know of.
Shut up.
Total errors: 21/69
You needed 655 seconds.
Sorry, I just never see you talk about PHP or do much of it. Mind you, you do have a login system on your site..I think you made it.
|
22.01.05 18:31 Post #18 | [Hide Sig (2)] [Profile] [Quote] |
joetheeskimo5
Statusless Send PM Posts: 791
Threads: 37 Money: £2.56 (D) (+ Friend)
|
Sorry, I just never see you talk about PHP or do much of it. Mind you, you do have a login system on your site..I think you made it.
You thought correctly. Besides, all the test covers is variables and stuff; I have yet to learn how to use a DB. so that test doesn't really show how good at PHP one is. I plan to integrate a database into my site soon, ocne I get around to sitting down and reading the DB-related part of my PHP book.
|
22.01.05 21:48 Post #19 | [Hide Sig (2)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
Besides, all the test covers is variables and stuff; I have yet to learn how to use a DB. so that test doesn't really show how good at PHP one is.
That's a MOO ( ) - IMO this test is what really shows how good you are at PHP. Using a database is just a bunch of functions - It's not actually difficult once you start - the only thing you have to be good at is MySQL. These however show that you really understand what's going on in PHP, what all the core stuff is (although I can't say I've ever had the need for a reference, or alot of that stuff). Still, these bits are the real language, functions are just... functions, I guess.
________________
You know I'm a dancing machine |
22.01.05 23:31 Post #20 | [Hide Sig (8)] [Profile] [Quote] |
Khuzad
Great Donkey Master Send PM
Posts: 971
Threads: 12 WA Clan: ABD WWP Clan: ABD Mood: Inactive Money: £5.20 (D) (+ Friend)
|
Total errors: 34/69
You needed 306 seconds.
I (mostly) guessed.
________________
|
23.01.05 10:57 Post #21 | [Hide Sig (8)] [Profile] [Quote] |
C1
Looking For Status Send PM Posts: 0
Threads: 0 Money: £0.18 (D) (+ Friend)
|
Sorry, I just never see you talk about PHP or do much of it. Mind you, you do have a login system on your site..I think you made it.
You thought correctly. Besides, all the test covers is variables and stuff; I have yet to learn how to use a DB. so that test doesn't really show how good at PHP one is. I plan to integrate a database into my site soon, ocne I get around to sitting down and reading the DB-related part of my PHP book.
Did you site host come with a DB? If it doesn't, why not just put your site on borntoworm? I think the third DB is empty or as one table in it.
|
23.01.05 17:55 Post #22 | [Hide Sig (2)] [Profile] [Quote] |
knifa
Statusless Send PM Posts: 1174
Threads: 78 Money: £4.78 (D) (+ Friend)
|
WHAT THE HELL. I didn't understand any of that at all.
30/69
365 Seconds
(I missed out one by mistake and couldn't be arsed to go back and do it)
|
24.01.05 08:36 Post #23 | Last edited: 24.01.05 08:37 (Knifa - 1 times) |
[Hide Sig (11)] [Profile] [Quote] |
Khuzad
Great Donkey Master Send PM
Posts: 971
Threads: 12 WA Clan: ABD WWP Clan: ABD Mood: Inactive Money: £5.20 (D) (+ Friend)
|
Please tell me, what does === mean in PHP?
________________
|
24.01.05 20:40 Post #24 | [Hide Sig (8)] [Profile] [Quote] |
C1
Looking For Status Send PM Posts: 0
Threads: 0 Money: £0.18 (D) (+ Friend)
|
Please tell me, what does === mean in PHP?
I do believe it has to do with TRUE's and FALSE's.
Such as: if($item === TRUE)){
echo "Um..this item exists..";
}
|
24.01.05 21:14 Post #25 | [Hide Sig (2)] [Profile] [Quote] |
ben
Statusless Send PM Posts:
Threads: Money: £0.00 (D) (+ Friend)
|
Please tell me, what does === mean in PHP?
I do believe it has to do with TRUE's and FALSE's.
Such as: if($item === TRUE)){
echo "Um..this item exists..";
}
Wouldn't == do the same thing?
|
24.01.05 21:19 Post #26 | [Hide Sig (0)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
it's equivalence. To quote the PHP manual
$a === $b - Identical - TRUE if $a is equal to $b, and they are of the same type. (introduced in PHP 4)
so in the thing above, if $item is actually a boolean type then it returns true, but if it's just a string with something in it, it will return false. I believe it will return true in both of those cases with a simple == though.
If you don't know any languages other than php this might not make much sense, because you never actually have to declair types in php...
________________
You know I'm a dancing machine |
24.01.05 21:21 Post #27 | [Hide Sig (8)] [Profile] [Quote] |
CBWhiz
Looking For Status Send PM Posts: 1044
Threads: 130 Money: £1343.20 (D) (+ Friend)
|
"moo" == false, but "moo" !== false
|
24.01.05 21:25 Post #28 | [Hide Sig (3)] [Profile] [Quote] |
Glenn
Forsetti Send PM Posts: 4241
Threads: 98 Mood: Godly Money: £8.24 (D) (+ Friend)
|
Or, in other language terms, it's a comparison without type coercion (I think that's the term for it).
|
24.01.05 21:47 Post #29 | [Youtube] [Hide Sig (12)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
better example
("1" == 1) == true;
("1" === 1) == false;
________________
Cant be arsed to remake my sig. |
25.01.05 19:07 Post #30 | [Hide Sig (7)] [Profile] [Quote] |
Page: [1] [2] [3] |
Your Comments: