Wade Preston Shearer wrote: > how do find a page like the one you linked to below?
1. Go to php.net. 2. Click 'documentation' on top right. 3. Click 'English'. 4. Click 'Operators' (section II, sub-section 12). 5. Click 'Logical Operators' I cheated a little bit: I got a CS degree. ;) I was able to get to the page faster cause I already knew what the '||' operator was. (a logical operator). C, C++, and Java all use it too. :-) It takes a little time and experience to become a "real programmer"[1]. PHP helps a lot, because every single operator, function, type, etc. can be found on php.net's documentation. It also helps that I've spent hours and hours in the PHP documentation. When one becomes proficient with PHP, one will find that C, C++, and Java will come more easily (though I don't recommend the order). --Dave [1] I am not a "real programmer". This is the true definition of a real programmer: http://www.shartwell.freeserve.co.uk/humor-site/realprog.htm ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
