How To Display Show Current File Name Get Working File Name
how to display show current file name get working file name
how, to, display, show, current, file, name, get, working, file, name
How To Display Show Current File Name Get Working File Name
Post Description: how to display show current file name get working file name
POST# 477
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: How To Display Show Current File Name Get Working File Name
if i have a filename called gallery.php and i want to get that file name with a script how can i do that?

well, the answer is simple you can use this with php

PHP CODE:
<?
print $_SERVER['REQUEST_URI'];
echo"<br>";
print $_SERVER['PHP_SELF'];
echo"<br>";

print $_SERVER['PHP_SELF'];
echo"<br>";
print $PHP_SELF;
echo"<br>";
print $_SERVER['REQUEST_URI'];
echo"<br>";
print $_SERVER['SCRIPT_NAME'];

echo"<br>";
$page = $_GET['page'];
echo"<br>";
echo "$page";
?>


No Repies
(0) Comments for How To Display Show Current File Name Get Working File Name

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload