Make people like you
-
Nobody likes to think that they make mistakes Making changes means talking about past mistakes – and admitting that they are mistakes! You may make a great case for change, and still fail to convince people to do it. Because change is uncomfortable, people in organizations will resist it. Project managers who try to change their organizations run into several common excuses when trying to implement tools, techniques and practices.
15p thanh_k8cntt 13-09-2012 90 5 Download
-
LIGHTENING YOUR WORKLOAD WITH INCLUDES Having said that, you can convert a site-root-relative path to an absolute one by concatenating the superglobal variable $_SERVER['DOCUMENT_ROOT'] to the beginning of the path like this: include($_SERVER['DOCUMENT_ROOT'] . '/includes/filename.php'); Most servers support $_SERVER['DOCUMENT_ROOT'], but you should check the PHP Variables section at the bottom of the configuration details displayed by phpinfo() to make sure. Now, this is the point that tends to confuse many people.
10p yukogaru14 30-11-2010 107 22 Download