j
k
j a
j l
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
Back to the thread
Back to the list