Thanks for your answer, it's a pitty that a proxy cannot be specified via
php.ini, but anyway.
I must say that the information is distributed on many parts of the
documentation:
.- http://www.php.net/manual/en/context.http.php (for the parameters
supported by the http/https context)
You get there f
This has been resolved. A previous programmer had snuck in a function that
would convert the value of the "description" field to a date value if it
contained the word "Date". This has been fixed.
On Tue, Feb 14, 2012 at 5:44 PM, David Robley wrote:
> Richard S. Crawford wrote:
>
> > Bear with m
Hello,
What is the best way to get the /somedir/ values in the request URI?
I tried
$t_pathinfo = $_SERVER['PATH_INFO'];
but was given an error of undefined index. After looking at the docs, it
appears the error derives from something I may have to do in the .ini file.
However, is there a st
SCRIPT_NAME is a server side path, try REQUEST_URI. This includes the query
string but it's easy to remove.
Elbert
http://swiftlet.org
On Thu, Feb 16, 2012 at 8:27 AM, Donovan Brooke wrote:
> Hello,
>
> What is the best way to get the /somedir/ values in the request URI?
>
> I tried
> $t_pathi
4 matches
Mail list logo