Archive for January, 2010

How do I set PHP include_path?

Posted under Article, PHP on Tuesday, 12 January 2010 by rueben
There are at least 2 ways you can set your PHP include_path. Edit your /etc/php.ini file. Inside that file is a directive section for “Paths and Directories.” By default it is set to “.:/usr/local/lib/php”. You can change that value to whatever you like or add to (or eliminate) the ...
How do I set PHP include_path?

Using php to detect proxy

Posted under Development, PHP on Tuesday, 12 January 2010 by Jack
Able to detect most of the visit through a proxy server ip. [code lang="php"] ...
Using php to detect proxy