file path [solved]
Posted: Wed May 30, 2007 3:33 am
using is there a way to take off the file extension, the .php part?
i want to be able to show the path the viewer has went through so far, but make it like
/folder/page
instead of /folder/page.php
and a way to make the "/" a "->" instead?

thanks
Code: Select all
$_SERVER['PHP_SELF']i want to be able to show the path the viewer has went through so far, but make it like
/folder/page
instead of /folder/page.php
and a way to make the "/" a "->" instead?
thanks