Wednesday, January 10, 2007

Note to self

Just spent an our wondering why all my strings turned into integers ... because I used "+" instead of "." to concatenate them. The latter joins two strings, the first turns the strings into integers and adds them, returning 0. Because, obviously a string is not really a number so it must be 0.

I f*cking hate PHP.

1 comment:

elaine said...

more than, say FORTRAN? perl?