itheperson
09-20-2003, 08:20 PM
How do I return the page/path in a webpage and print it?
|
Click to See Complete Forum and Search --> : Print Path itheperson 09-20-2003, 08:20 PM How do I return the page/path in a webpage and print it? pyro 09-20-2003, 08:27 PM Try: <?PHP echo $_SERVER['PHP_SELF']; ?> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |