Yasuo Ohgaki wrote:
> This is expected behaviour.
>
> Ashley M. Kirchner wrote:
>
>> I have the following snippet in my file:
>>
>> if ($PATH_INFO == "") { $PATH_INFO = "/"; }
>> echo "PATH_INFO: $PATH_INFO\n";
>> // All we want is the fist element, call it $section
>>
This is expected behaviour.
Ashley M. Kirchner wrote:
> I have the following snippet in my file:
>
> if ($PATH_INFO == "") { $PATH_INFO = "/"; }
> echo "PATH_INFO: $PATH_INFO\n";
> // All we want is the fist element, call it $section
> list($section) = explode('/', s
2 matches
Mail list logo