edit expand To see if two files are identical in Linux use the sum command
edit expand Keep database connection file outside of the web root
edit expand jQuery is a JavaScript library which can simplify coding Javascript for a website and removes many browser compatibility issues.
edit expand To convert a time represented as a string to a Unix timestamp use the strtotime function
edit expand Use $this to refer to the current object. Use self to refer to the current class. In other words, use $this->member for non-static members, use self::$member for static members.
edit expand List files and directories inside the specified path using the scandir PHP function
edit expand GROUP_CONCAT() function is used to concatenate column values into a single string.
edit expand The scope for PHP class methods can be defined as public, private or protected.
edit expand echo 12 ^ 9; outputs 5
edit expand The Apache ServerAlias directive sets the alternate names for a host.