is it possible to

This is a discussion on is it possible to within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Is there a command that makes it possible to find out the name of the open file, ie. if index....


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-10-2003
Damien
 
Posts: n/a
Default is it possible to

Is there a command that makes it possible to find out the name of the
open file, ie. if index.php was open the command would return
index.php?

Thanks for any help
Reply With Quote
  #2 (permalink)  
Old 07-11-2003
Juz
 
Posts: n/a
Default Re: is it possible to

> Is there a command that makes it possible to find out the name of the
> open file, ie. if index.php was open the command would return
> index.php?


echo $_SERVER['PHP_SELF'];
byez
Juz


Reply With Quote
  #3 (permalink)  
Old 07-11-2003
point
 
Posts: n/a
Default Re: is it possible to

Yes there is

$_SERVER['REQUEST_URI']

would be the whole path

or

$_SERVER['SCRIPT_NAME']

just the name of the current script

I suggest you use a phpinfo() function and see for your selfe....there are a
few more so use the one you need....


hope this helps

point
"Damien" <stardrifter@evilleltd.com> wrote in message
news:c7fd0606.0307101436.3deec914@posting.google.c om...
> Is there a command that makes it possible to find out the name of the
> open file, ie. if index.php was open the command would return
> index.php?
>
> Thanks for any help



Reply With Quote
  #4 (permalink)  
Old 07-11-2003
Damien
 
Posts: n/a
Default Re: is it possible to

"Juz" <juji_juz[do_not_use_this]@hotmail.com> wrote in message news:<_kmPa.13316$it4.337815@news1.tin.it>...
> > Is there a command that makes it possible to find out the name of the
> > open file, ie. if index.php was open the command would return
> > index.php?

>
> echo $_SERVER['PHP_SELF'];
> byez
> Juz


thanks alot
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:47 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0