View Single Post
Old 07-10-2008, 02:54 PM   #6 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
I just tried it with Java, and java does not seem to compile as well.
Java doesn't allow an integer expression where by false is (int)0 and true is any non-zero value, as boolean variables are represented by the primitive type 'boolean' and java doesn't allow casting to and from boolean i believe (my java is a bit sketchy).

Quote:
Awesome, by the way is Apache really neccessary? I have IIS 7 so I am just thinking to install PHP on that.
No not at all, you can install and use PHP in a variety of ways, including on a command line interface. I am not sure of how to install on IIS as i don't usually use windows that often, but I'm sure somebody on here will.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)

Last edited by sketchMedia : 07-10-2008 at 03:02 PM. Reason: clarified a point that was a bit cloudy
sketchMedia is offline  
Reply With Quote