no, i usually get the debugger errors.
The main thing that bugs me about PHP is the lack of consistency in function names and parameters.
like why is there a underscore between 'words' in some functions (i.e. preg_match) and not others (i.e. stripos)
and why do some functions take parameters in the order subject, pattern (i.e. trim, strip_tags) and others pattern, subject (i.e. preg_match)
or some take arguments of handle, string (i.e. fwrite) while others take string, handle (i.e. mysql_query)
__________________
# chmod 111 /bin/Laden
|