/    Sign up×
Community /Pin to ProfileBookmark

getting url info

hi ok real simple question but i cant find the answer anywhere

say you are visiting this page

[url]http://www.webdeveloper.com/forum/newthread.php?s=&action=newthread&forumid=16[/url]

is there a way of echo’in this to the page

eg

echo “You are visiting.”.$WHATEVERTHISIS.”<br />”;

im not actually to be going to write this to a page im going to use it for a menu for a site

eg

if (preg_match(‘Page1’, $WHATEVERTHISIS)) {
echo “<strong>Home</strong> | <a href=””>Page2</a> …………”;
} else if (preg_match(‘Page2’, $WHATEVERTHISIS)) {
………..
}

Rich
Thanks

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@clairec666May 25.2004 — Try this:

$_SERVER['PHP_SELF'];
Copy linkTweet thisAlerts:
@96turnerriauthorMay 25.2004 — hmmm i tried that before and it didnt work, i remember using it for something simialer before, mite have done $SERVER['PHP_SELF']; by mistake, dont know o well thanks for that ?
×

Success!

Help @96turnerri spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...