Zubrag.com
May 21, 2012, 12:26:44 am
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Zubrag.com :: Forum
>
Programmers Lounge
>
Tips and Tricks
>
how to detect absolute file path on the server
Pages: [
1
]
Print
Author
Topic: how to detect absolute file path on the server (Read 5881 times)
zubrag
Administrator
Hero Member
Posts: 753
how to detect absolute file path on the server
«
on:
November 08, 2006, 08:47:30 am »
Code:
<?php
// this statement will show you absolute file path
echo
__FILE__
;
// this statement will show the folder where file resides
echo
dirname
(
__FILE__
);
?>
Logged
basheer
Newbie
Posts: 6
Re: how to detect absolute file path on the server
«
Reply #1 on:
August 27, 2009, 11:15:44 pm »
there is any way to find the path of file which is in internet or another folder.....
Logged
Pages: [
1
]
Print
Jump to:
Please select a destination:
-----------------------------
zubrag.com
-----------------------------
=> News
=> Questions About Our Scripts
===> Password Protect
===> Password Protect Advanced
===> cPanel Scripts
===> Thumbnail Generator
===> Website Thumbnail Generator
===> Smart File Download
===> Anti Spam Image Generator
===> Watermark
=> Wish List / Suggestions
=> Bugs / Known Issues
-----------------------------
Webmasters Lounge
-----------------------------
=> Tips and Tricks
=> Webmasters: General Discussion
-----------------------------
Programmers Lounge
-----------------------------
=> PHP / MySql / Smarty Questions
=> Tips and Tricks
=> Programmers: General Discussion
-----------------------------
General Category
-----------------------------
=> General Discussion
Loading...