How to create link to user in telegram? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
I need to know how to create the link to the user in telegram......
Like
Name:- $name
Username:- $username
Your id:- $userid
Link:- (what to write here)
Any one please help me to solve this.

Messages in Telegram are utilizing Markdown. So you can link to a user by id with
[John Doe](tg://user?id=12345678)
So to link to the same user anywhere else use
tg://user?id=12345678

Related

php what information is by default sent when requesting ip? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I would like to know what information that my website receives beside
$_SERVER['value']?
is there other fields can be obtained ?
Thank you
var_dump($_SERVER) or print_r($_SERVER) show you all output of $_SERVER global's

Are GET Parameters Search Engine Indexable? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have coded a web directory that uses GET to generate all pages of information from a database. Is it possible for these pages to be indexed individually by a search engine?
Yes. If you can link directly to it, then a search engine can index it (unless you take other steps to explicitly exclude them).

Activate links only for particular users [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I have an interface which has a link to another page. I want this link to activate only for one user type. I have 5 user types declare at session creation. How should I do this?
Do you know php?
if($_SESSION["user_type"] == "some"){
//show the link
}
Let us call the special usertype special.You say you have declared it at the start of the session.I am assuming you did it something like $_SESSION['usertype'] = "special";.
Now if you want to activate a link only if the usertype is special, do it as follows:
if($_SESSION['usertype'] == "special")
{
echo '<p>Special link</p>';
}

what do you call this type of navigation? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
may seem to be a small question but can any one tell me what is this strip on the top called?
The one above the heading and below the menu and has a navigation arrow on the left and right... what to use to make it
http://arabia.msn.com/news/entertainment/entertainment-music/1112010/britney-spears-splits-from-fiance/
It's a simple script that called
jCarousel. More examples here
What you're looking for is called a slider or image gallery. Do a search "jQuery image slider" and you'll find a ton

reddit Picture of the posted link disappears [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
When I submit a link on Reddit, the picture of it (the one at the left) disappears after a while and the picture changes to the reddit logo with a camera and a question mark. Anyone have any clue how to fix this up?
you can find the examples here:
http://www.reddit.com/user/MemeAvenue/
Thank you
That user account is shadowbanned which likely explains the disappearance of thumbnails to submissions the account posted. The typical reason for an account being shadowbanned is for spamming.
Overall, I believe this question is off-topic for SO.

Categories