PHP Classes

SCRIPT_SELF Variable

Recommend this page to a friend!

      Associative Array Ordering  >  All threads  >  SCRIPT_SELF Variable  >  (Un) Subscribe thread alerts  
Subject:SCRIPT_SELF Variable
Summary:a Problem in the example scripf
Messages:1
Author:Andreas Mueller
Date:2005-02-20 19:49:44
 

  1. SCRIPT_SELF Variable   Reply   Report abuse  
Picture of Andreas Mueller Andreas Mueller - 2005-02-20 19:49:45
Hi Voznyak!

That one comes very handy, as I'm still struggling with multisort - thanks!

There is a problem though in your example script - clicking on the name, age, birth links produced a 404 wfor a weird link. It trcked down to your usage of $_SERVER['SCRIPT_SELF'] wich was not valid on my PHP. Replacing with $_SERVER['PHP_SELF'] cured the problem.

I dod not find any reference for SCRIPT_SELF in php.

Greets
Hugo