Re: [boost] New boost webpage

10 Nov
2005
10 Nov
'05
8:12 a.m.
Janusz Piwowarski wrote:
$ext = substring($QUERY_STRING, strrpos($QUERY_STRING, ".") + 1); This line should be:
$ext = substr($QUERY_STRING, strrpos($QUERY_STRING, ".") + 1); -- Regards, Janusz
7157
Age (days ago)
7157
Last active (days ago)
0 comments
1 participants
participants (1)
-
Janusz Piwowarski