/    Sign up×
Community /Pin to ProfileBookmark

Adding ?map to page; Why?

I have seen that there is code for link like:

[code=php]
<a href=”index.php?id=map”>My map of web site</a>
[/code]

Do you know why it should be added this code to link?

Need help

to post a comment
PHP

5 Comments(s)

Copy linkTweet thisAlerts:
@bokehJan 05.2007 — Do you know why it should be added this code to link?[/QUOTE]If you need to ask this after nearly 600 posts you should consider abandoning PHP altogether.

[URL=http://www.php.net/manual/en/reserved.variables.php]reserved variables[/URL]

[I]"An associative array of variables passed to the current script via the HTTP GET method"[/I]
Copy linkTweet thisAlerts:
@toplisekauthorJan 05.2007 — If you need to ask this after nearly 600 posts you should consider abandoning PHP altogether.

[/QUOTE]

I would like to go away from this forum because your post which are not friendly. But there are very good answers fro other subscribers and I kindly ask you to stop reply on my posts. I can cope without you. so do not send me any more answers because you have personal problem. Violant people are for...
Copy linkTweet thisAlerts:
@bokehJan 05.2007 — Violant people are for...[/QUOTE]There is no violence or malice in my words but if you are not happy with them you can always set a filter so you don't have to read them.
Copy linkTweet thisAlerts:
@toplisekauthorJan 05.2007 — I need hope not bad feeling. Happy new year anyway
Copy linkTweet thisAlerts:
@NightShift58Jan 05.2007 — [code=php]<a href="index.php?id=map">My map of web site</a>[/code]When someone clicks on this link, the page "index.php" will be loaded in the browser. Then, in "index.php", you can check if the parameter "id" has been used to call the page and what the value of "id" is.[code=php]<?php
IF (isset($_GET['id'])) :
print $_GET['id'];
ENDIF;
?>[/code]
×

Success!

Help @toplisek 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.27,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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