Month: May 2013

How do I turn on Active mode for FileZilla?

Posted on

Enabling passive mode

In most cases, you should be using “passive mode” to avoid network problems.

These instructions explain how to turn on passive mode for FileZilla (version 3.1.6) for Windows, although other versions are similar: Read the rest of this entry »

Default Timezone Set in PHP

Posted on Updated on

(PHP 5 >= 5.1.0)

date_default_timezone_set — Sets the default timezone used by all date/time functions in a script

bool date_default_timezone_set ( string $timezone_identifier )

date_default_timezone_set() sets the default timezone used by all date/time functions. Read the rest of this entry »