I meant, file that are being executed.
On Fri, 26 Nov 2004 09:46:05 -0500, John Nichel <[EMAIL PROTECTED]> wrote:
> Jerry Swanson wrote:
>
>
> > What variable(parameter) in PHP stores file name?
> >
> > TH
>
> Stores what filename? The name of the file being executed?
>
> $_SERVER['SCRIPT_N
On Fri, 2004-11-26 at 09:46, John Nichel wrote:
> Jerry Swanson wrote:
> > What variable(parameter) in PHP stores file name?
> >
> > TH
>
> Stores what filename? The name of the file being executed?
>
> $_SERVER['SCRIPT_NAME']
Or if you want the name of the file included or whatnot...
__FILE_
Jerry Swanson wrote:
What variable(parameter) in PHP stores file name?
TH
Stores what filename? The name of the file being executed?
$_SERVER['SCRIPT_NAME']
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
3 matches
Mail list logo